New repo: Clean up and improve CSS

- drop custom layout rules for this page
- move form-related content to form.css
- extend new form CSS to add gap between labels and input fields

(cherry picked from commit 471e5b1975)
This commit is contained in:
Otto Richter 2024-12-25 03:56:39 +01:00 committed by forgejo-backport-action
parent 424f85304e
commit 38d2933cc1
3 changed files with 110 additions and 107 deletions

View file

@ -4,10 +4,6 @@
user-select: none;
}
.repository .owner.dropdown {
min-width: 40% !important;
}
.repository .unicode-escaped .escaped-code-point[data-escaped]::before {
visibility: visible;
content: attr(data-escaped);