reiji-h 1 year ago
parent
commit
2df10d88fd

+ 2 - 2
apps/app/src/components/ReactMarkdownComponents/Header.module.scss

@@ -5,14 +5,14 @@
 
   .revision-head-link {
     margin-right: 0.5em;
-    opacity: 0;
     user-select: none;
+    opacity: 0;
   }
   .revision-head-edit-button{
     margin-left: 0.5em;
-    opacity: 0;
     font-size: 16px;
     user-select: none;
+    opacity: 0;
     .material-symbols-outlined{
       vertical-align: middle;
     }