Sfoglia il codice sorgente

fix button overlapping issue on devices with small screen

Gildas 5 anni fa
parent
commit
6b89cd24e2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      extension/ui/pages/editor.css

+ 1 - 0
extension/ui/pages/editor.css

@@ -21,6 +21,7 @@ body {
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
     margin: 1px;
     margin: 1px;
+    flex: none;
 }
 }
 
 
 img[type=button] {
 img[type=button] {