aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/nav.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/nav.scss')
-rw-r--r--app/Resources/static/themes/material/css/nav.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss
index f986b785..99a048b0 100644
--- a/app/Resources/static/themes/material/css/nav.scss
+++ b/app/Resources/static/themes/material/css/nav.scss
@@ -31,6 +31,8 @@ nav {
31 padding: 0 0.5rem; 31 padding: 0 0.5rem;
32 height: auto; 32 height: auto;
33 line-height: 1; 33 line-height: 1;
34 background-color: transparent;
35 border: none;
34 } 36 }
35} 37}
36 38
@@ -122,3 +124,9 @@ nav .nav-wrapper i {
122#button_export { 124#button_export {
123 display: none; 125 display: none;
124} 126}
127
128@media (min-width: 993px) {
129 .button-collapse {
130 display: none;
131 }
132}