From ec9d7a0bbea46011034afdb141248b9806617b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Wed, 25 Oct 2023 19:32:37 +0000 Subject: [PATCH] Add custom/tweaks.css --- custom/tweaks.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 custom/tweaks.css diff --git a/custom/tweaks.css b/custom/tweaks.css new file mode 100644 index 0000000..19689e8 --- /dev/null +++ b/custom/tweaks.css @@ -0,0 +1,26 @@ +/** +* Tweaks done to the [Gitea Modern](https://git.sofiaritz.com/mirrors/Gitea-Modern) theme. +* This file is loaded inside the [theme-gitea-modern.css](https://git.sofiaritz.com/mirrors/Gitea-Modern/src/branch/main/theme-gitea-modern.css) +* located in this same directory. +* The `theme-forgejo-auto` theme is also loaded there. +**/ + +/* Improve look of the repo listings */ +.ui.repository.list .item .header .repo-title, .ui.user.list .item .header .repo-title { + display: flex !important; + gap: 1rem; +} + +.ui.repository.list .item .description .time, .ui.user.list .item .description .time { + grid-row: auto !important; + grid-column: auto !important; + margin-left: 0 !important; + text-align: left !important; + margin-top: 0.5rem; + margin-block: unset !important; +} + +/* Improve look of the profile page */ +div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column { + width: 20% !important; +} \ No newline at end of file