Ver Fonte

style fixes

Pi há 4 meses atrás
pai
commit
23fde8d639

+ 3 - 2
home-sqlpage/sqlpage/migrations/000_index.sql

@@ -62,9 +62,10 @@ VALUES
 	'Track Vouchers',
 	'https://shandan.one/static/code/qr.svg',
 	'Save scanned voucher codes to keep them handy and not forgotten',
-	'github',
+	'azure',
 	2
-),(
+),
+(
 	'https://wol.shandan.one?location=outside',
 	'Wake a Device',
 	'',

+ 1 - 1
util-sqlpage/goto/preview.sql

@@ -5,7 +5,7 @@ SET ":title" = :api_results->>'title';
 SET ":image" = :api_results->>'img';
 SET ":domain" = :api_results->>'domain';
 SELECT 'card' AS component
-, 1 AS columns
+, 2 AS columns
 ;
 SELECT :content AS link
 , :title AS title

+ 6 - 0
util-sqlpage/sqlpage/Style.sql

@@ -6,11 +6,17 @@ body .pure-g {
 details svg, details img {
     background-color: white
 }
+.row-cols-lg-2:has(.bg-google) {
+  justify-content: center;
+}
 .code-component pre {
     border-width: 2px;
     border-color: '||$color||';
     border-style: solid;
 }
+;.navbar > img {
+;    background-color: white;
+;}
 .card-img-top {
     width: 40%;
     margin: 10% 30% 10% 30%;