From ff8b88f49b6336928cd526b561717e566004d501 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 26 Nov 2023 19:23:09 +0200 Subject: [PATCH] fix styles --- src/webui/explore.php | 7 +++---- src/webui/index.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/webui/explore.php b/src/webui/explore.php index 6ce5fb9..ad5114e 100644 --- a/src/webui/explore.php +++ b/src/webui/explore.php @@ -123,12 +123,12 @@ $snaps = []; main > div > div { margin: 8px 0; - font-size: 12px; + font-size: 13px; } h1 { position: fixed; - top: 8px; + top: 2px; left: 24px; } @@ -138,8 +138,7 @@ $snaps = []; h1 > a:hover { color: #fff; font-weight: normal; - font-size: 24px; - margin: 10px 0; + font-size: 22px; text-decoration: none; } diff --git a/src/webui/index.php b/src/webui/index.php index fca3491..84f2a8c 100644 --- a/src/webui/index.php +++ b/src/webui/index.php @@ -85,7 +85,7 @@ $placeholder = sprintf( input { width: 100%; margin: 8px 0; - padding: 12px; + padding: 12px 0; border-radius: 32px; background-color: #000; color: #fff;