mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
also fix filepicker for smaller screen sizes
This commit is contained in:
@@ -152,6 +152,15 @@ table.multiselect thead {
|
||||
}
|
||||
|
||||
|
||||
/* do not show dates in filepicker */
|
||||
#oc-dialog-filepicker-content .filelist .date {
|
||||
display: none;
|
||||
}
|
||||
#oc-dialog-filepicker-content .filelist .filename {
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
|
||||
/* fix controls bar jumping when navigation is slid out */
|
||||
.snapjs-left #app-navigation-toggle,
|
||||
.snapjs-left #controls {
|
||||
|
||||
@@ -206,7 +206,7 @@ var OCdialogs = {
|
||||
|
||||
self.$filePicker.ocdialog({
|
||||
closeOnEscape: true,
|
||||
width: (4/9)*$(document).width(),
|
||||
width: (4/5)*$(document).width(),
|
||||
height: 420,
|
||||
modal: modal,
|
||||
buttons: buttonlist,
|
||||
|
||||
Reference in New Issue
Block a user