1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

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
This commit is contained in:
Otto Richter 2024-12-25 03:56:39 +01:00
parent 9c43fa0644
commit 471e5b1975
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);