From 042773030880e158df9e9dd51be628720b8ddddb Mon Sep 17 00:00:00 2001
From: ManInDark <61268856+ManInDark@users.noreply.github.com>
Date: Sun, 6 Aug 2023 22:13:27 +0200
Subject: [PATCH] Aesthetic changes
---
ui/index.html | 2 +-
ui/media/css/main.css | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ui/index.html b/ui/index.html
index 25c78fd4..15385bda 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -50,7 +50,7 @@
Help & Community
-
+ Gallery
diff --git a/ui/media/css/main.css b/ui/media/css/main.css
index 826ff168..f04da78f 100644
--- a/ui/media/css/main.css
+++ b/ui/media/css/main.css
@@ -1833,4 +1833,8 @@ div#enlarge-buttons {
height: auto;
margin-block: 1vh;
border: 4px white solid;
+}
+
+#tab-content-gallery>button {
+ margin: 8px;
}
\ No newline at end of file