Compare commits

...

6 Commits

Author SHA1 Message Date
DragonSlayer_14 f6207d0b4e 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.
2026-06-10 22:05:59 +02:00
DragonSlayer_14 73aa4caffb > Fix hidden form display issue in attached segments
Updated CSS selectors to exclude `.new-repo-form` from being hidden in attached segments. This ensures the proper display of new repository forms while maintaining the intended behavior for other forms.
2026-06-10 22:02:02 +02:00
DragonSlayer_14 4cf173f971 Feat: Versteckt Standard-Anmelde-Form 2026-06-10 17:32:18 +02:00
DragonSlayer_14 8a141882a6 Feat: Hebt Version auf 1.26.2 2026-06-10 17:26:52 +02:00
DragonSlayer_14 a9e5481bae Fix: Passt Icons an 2026-06-10 00:12:40 +02:00
DragonSlayer_14 c5ab14cc4c Fix: Behebt Benennungsfehler 2026-06-09 23:55:10 +02:00
8 changed files with 2 additions and 3 deletions
@@ -1,6 +1,5 @@
gitea-theme-meta-info { gitea-theme-meta-info {
--theme-display-name: "Light"; --theme-display-name: "CTDRA - Light";
--theme-color-scheme: "light";
} }
:root { :root {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 KiB

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 183 KiB

+1 -1
View File
@@ -4,7 +4,7 @@ networks:
services: services:
server: server:
image: docker.gitea.com/gitea:1.26.1 image: docker.gitea.com/gitea:1.26.2
container_name: gitea container_name: gitea
environment: environment:
- USER_UID=1000 - USER_UID=1000