Explorar el Código

hide page status alert when editing with HackMD

Yuki Takei hace 7 años
padre
commit
351b42d4af
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      resource/styles/scss/_on-edit.scss

+ 5 - 0
resource/styles/scss/_on-edit.scss

@@ -290,6 +290,11 @@ body.on-edit {
         right: 0;
       }
     }
+
+    // hide #page-status-alert
+    #page-status-alert {
+      display: none;
+    }
   }
 
 }