aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r--core/css/mobile.css29
1 files changed, 4 insertions, 25 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 82b3424b7af..abb0090bb22 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -26,39 +26,32 @@
margin-right: 10% !important;
width: 80% !important;
}
-
/* fix name autocomplete not showing on mobile */
.ui-autocomplete {
z-index: 1000 !important;
}
-
/* fix error display on smaller screens */
.error-wide {
width: 100%;
margin-left: 0 !important;
box-sizing: border-box;
}
-
/* APP SIDEBAR TOGGLE and SWIPE ----------------------------------------------*/
#app-navigation:not(.vue) {
transform: translateX(-300px);
position: fixed;
height: var(--body-height);
}
-
.snapjs-left #app-navigation {
transform: translateX(0);
}
-
#app-navigation:not(.hidden) + #app-content {
margin-left: 0;
}
-
.skip-navigation.skip-content {
left: 3px;
margin-left: 0;
}
-
/* full width for message list on mobile */
.app-content-list {
background: var(--color-main-background);
@@ -75,7 +68,6 @@
.app-content-list.showdetails + .app-content-details {
display: initial;
}
-
/* Show app details page */
#app-content.showdetails #app-navigation-toggle {
transform: translateX(-44px);
@@ -96,7 +88,6 @@
#app-content.showdetails .app-content-list {
transform: translateX(-100%);
}
-
#app-navigation-toggle {
position: fixed;
display: inline-block !important;
@@ -107,55 +98,44 @@
cursor: pointer;
opacity: 0.6;
}
-
#app-navigation-toggle:hover,
-#app-navigation-toggle:focus {
+ #app-navigation-toggle:focus {
opacity: 1;
}
-
/* position controls for apps with app-navigation */
#app-navigation + #app-content .files-controls {
padding-left: 44px;
}
-
/* .viewer-mode is when text editor, PDF viewer, etc is open */
#body-user .app-files.viewer-mode .files-controls {
padding-left: 0 !important;
}
-
.app-files.viewer-mode #app-navigation-toggle {
display: none !important;
}
-
table.multiselect thead {
left: 0 !important;
}
-
/* prevent overflow in user management controls bar */
#usersearchform {
display: none;
}
-
#body-settings .files-controls {
min-width: 1024px !important;
}
-
/* do not show dates in filepicker */
#oc-dialog-filepicker-content .filelist .column-size,
-#oc-dialog-filepicker-content .filelist .column-mtime,
-#oc-dialog-filepicker-content .filelist .filesize,
-#oc-dialog-filepicker-content .filelist .date {
+ #oc-dialog-filepicker-content .filelist .column-mtime,
+ #oc-dialog-filepicker-content .filelist .filesize,
+ #oc-dialog-filepicker-content .filelist .date {
display: none;
}
-
#oc-dialog-filepicker-content .filelist .filename {
max-width: 100%;
}
-
.snapjs-left table.multiselect thead {
top: 44px;
}
-
/* end of media query */
}
@media only screen and (max-width: 480px) {
@@ -166,7 +146,6 @@
#header .header-right > div > .menu::after {
display: none !important;
}
-
/* Arrow directly child of menutoggle */
#header .header-right > div {
/* settings need a different offset, since they have a right padding */