]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix responsive menu
authorArthurHoaro <arthur@hoa.ro>
Sat, 14 Jan 2017 10:13:15 +0000 (11:13 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 14 Jan 2017 10:13:15 +0000 (11:13 +0100)
tpl/default/css/shaarli.css

index f0ba8adb80cc41bd9241a335c1a884b44def6e43..6b073437dc37099fb91859f1763af428c97eaf05 100644 (file)
@@ -110,6 +110,11 @@ pre {
     height: inherit;
 }
 
+.shaarli-menu.open {
+    max-height: 500px;
+    transition: max-height 0.75s;
+}
+
 .head-logo {
     float: left;
     margin: 0 5px 0 0;