From f6207d0b4e7183181638572c7feb959732920c65 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 10 Jun 2026 22:05:59 +0200 Subject: [PATCH] Remove redundant CSS rules hiding form and divider elements The removed CSS rules were unnecessary and prevented certain UI elements from displaying correctly. This change ensures better visibility and functionality of the affected sections in both dark and light themes. --- data/gitea/public/assets/css/theme-ctdra-dark.css | 8 -------- data/gitea/public/assets/css/theme-ctdra-light.css | 8 -------- 2 files changed, 16 deletions(-) diff --git a/data/gitea/public/assets/css/theme-ctdra-dark.css b/data/gitea/public/assets/css/theme-ctdra-dark.css index 9ea6237..7c69af5 100644 --- a/data/gitea/public/assets/css/theme-ctdra-dark.css +++ b/data/gitea/public/assets/css/theme-ctdra-dark.css @@ -337,12 +337,4 @@ footer { right: 0; bottom: 0; z-index: 1000; -} - -div.ui.attached.segment form.ui.form:not(.new-repo-form) { - display: none; -} - -div.ui.attached.segment div.divider.divider-text { - display: none; } \ No newline at end of file diff --git a/data/gitea/public/assets/css/theme-ctdra-light.css b/data/gitea/public/assets/css/theme-ctdra-light.css index f171163..2058034 100644 --- a/data/gitea/public/assets/css/theme-ctdra-light.css +++ b/data/gitea/public/assets/css/theme-ctdra-light.css @@ -312,12 +312,4 @@ footer { right: 0; bottom: 0; z-index: 1000; -} - -div.ui.attached.segment form.ui.form:not(.new-repo-form) { - display: none; -} - -div.ui.attached.segment div.divider.divider-text { - display: none; } \ No newline at end of file