commit d59c125ca3f26620d41f5f296a8315b50814146c
parent 434d3a53effaf621b9796191f22382096a2de177
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 7 Sep 2025 12:39:47 +0200
parent 434d3a53effaf621b9796191f22382096a2de177
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 7 Sep 2025 12:39:47 +0200
resources/patches/gomuks-web-css: some fixes
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/resources/patches/gomuks-web-css.patch b/resources/patches/gomuks-web-css.patch @@ -1,12 +1,24 @@ -From d44ae1b2746300859629095679557be562e5514b Mon Sep 17 00:00:00 2001 +From 34f456f165f3f9726ff8fccce0449959a3a111ca Mon Sep 17 00:00:00 2001 From: "Katja Ramona Sophie Kwast (zaphyra)" <git@zaphyra.eu> Date: Sun, 24 Aug 2025 15:12:00 +0200 Subject: [PATCH] web/css: add some stuff --- - web/src/index.css | 85 +++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 85 insertions(+) + web/public/manifest.json | 2 +- + web/src/index.css | 85 ++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 86 insertions(+), 1 deletion(-) +diff --git a/web/public/manifest.json b/web/public/manifest.json +index 1fbf843..7caa2fa 100644 +--- a/web/public/manifest.json ++++ b/web/public/manifest.json +@@ -28,5 +28,5 @@ + }], + "start_url": ".", + "display": "standalone", +- "theme_color": "#00c853" ++ "theme_color": "#262626" + } diff --git a/web/src/index.css b/web/src/index.css index 08d78d4..8d4ecda 100644 --- a/web/src/index.css @@ -98,7 +110,7 @@ index 08d78d4..8d4ecda 100644 +} + +div.space-entry { -+ margin: 0.6rem !important; ++ margin: 0.8rem !important; +} -- 2.50.1