svg.pablopie.xyz

A simple SVG markup editor for the web

Commit
d09c4521963f63b439e26fedd6f49ea7befe2958
Parent
27c317b12865482895a2fa64332ae9a7aa699e1b
Author
Pablo <pablo-escobar@riseup.net>
Date

Improved the styling

Made it so that the display area is big enought to fit the text of the buttons

Diffstats

1 files changed, 1 insertions, 1 deletions

Status Name Changes Insertions Deletions
Modified css/styles.css 2 files changed 1 1
diff --git a/css/styles.css b/css/styles.css
@@ -65,7 +65,7 @@ body, button, .elmsh, textarea {
 
 @media (orientation: landscape) {
   #container {
-    grid-template-columns: 1fr 2fr;
+    grid-template-columns: minmax(22em, 1fr) 2fr;
     grid-template-rows: 100%;
   }
 }