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.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/nav.scss b/app/Resources/static/themes/material/css/nav.scss
index b7288278..c84f7957 100644
--- a/app/Resources/static/themes/material/css/nav.scss
+++ b/app/Resources/static/themes/material/css/nav.scss
@@ -141,3 +141,15 @@ nav {
141 display: none; 141 display: none;
142 } 142 }
143} 143}
144
145.dropdown-content {
146 min-width: 300px;
147
148 .material-icons {
149 line-height: initial !important;
150 }
151
152 li > a {
153 padding: 10px;
154 }
155}