Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
a395b6680a
2 changed files with 9 additions and 1 deletions
  1. 1 1
      web/index.html
  2. 8 0
      web/main.css

+ 1 - 1
web/index.html

@@ -20,7 +20,7 @@
                 <img class="logo" src="img/logo.svg">
             </div>
 
-            <div class="ui right floated buttons" style="padding-top: 2px;">
+            <div class="ui right floated buttons menutoggle" style="padding-top: 2px;">
                 <button class="ui basic icon button" onclick="$('.toolbar').fadeToggle('fast');"><i class="content icon"></i></button>
             </div>
             <div class="ui right floated buttons" style="padding-top: 2px;">

+ 8 - 0
web/main.css

@@ -48,6 +48,10 @@ body{
     flex: 1;
 }
 
+.menutoggle{
+    display: none !important;
+}
+
 @media screen and (max-width: 750px) {
     .toolbar {
         position: fixed;
@@ -64,6 +68,10 @@ body{
         border-left: 1px solid rgb(206, 206, 206);
     }
 
+    .menutoggle{
+        display: inline-block !important;
+    }
+
     #mainmenu{
         width: calc(100% - 1em);
     }