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:
parent
9c43fa0644
commit
471e5b1975
3 changed files with 110 additions and 107 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue