Pi 4 mesi fa
parent
commit
1c57d6381e
1 ha cambiato i file con 9 aggiunte e 4 eliminazioni
  1. 9 4
      home-sqlpage/clip/open.sql

+ 9 - 4
home-sqlpage/clip/open.sql

@@ -7,10 +7,14 @@ SELECT 'shell' AS component
 SELECT 'text' AS component
 , '<style>
 .form-fieldset {
-    border: none
+    border: none;
+}
+.form-fieldset .row {
+    align-items: center;
+    justify-content: center;
 }
 input[name=hash] {
-    text-align: center
+    text-align: center;
 }
 </style>' AS html
 ;
@@ -21,7 +25,7 @@ SELECT 'button' AS component
 , 'lg' AS size
 ;
 SELECT 'New Clip' AS title
-, 1 AS width
+, 2 AS width
 , $tabler_color AS color
 , '/clip.sql?' AS link
 ;
@@ -35,12 +39,13 @@ SELECT 'C0DE' AS placeholder
 , 'input' AS type
 , '' AS label
 , 'hash' AS name
-, 12 AS width
+, 2 AS width
 , TRUE AS autofocus
 ;
 SELECT 'button' AS component
 , 'center' AS justify
 , 'lg' AS size
+, 2 AS width
 ;
 SELECT 'Submit' AS title
 , 1 AS width