forked from kevadesu/forgejo
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:
parent
424f85304e
commit
38d2933cc1
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