aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/nav.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-21 07:58:44 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-26 21:08:22 +0200
commitd9a68f6ced3f510e5a52d5f857ca9c19aed8924b (patch)
treea6a9e1c296d6f9bfa3ada4c912a07569b5285498 /app/Resources/static/themes/material/css/nav.scss
parent0e8a0f77d0b643a884e6687bd9c463267852a970 (diff)
downloadwallabag-d9a68f6ced3f510e5a52d5f857ca9c19aed8924b.tar.gz
wallabag-d9a68f6ced3f510e5a52d5f857ca9c19aed8924b.tar.zst
wallabag-d9a68f6ced3f510e5a52d5f857ca9c19aed8924b.zip
Enhanced navigation menu in material theme
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}