forked from forgejo/forgejo
Dashboard search tweaks (#14008)
- Fix color of inactive pagination parts caused by overreaching CSS selector. - Slightly reduce horizontal padding on list items - Add spacing around pagination and move it outside of <ul>
This commit is contained in:
parent
8af9df0036
commit
3260e15668
3 changed files with 34 additions and 34 deletions
|
@ -156,16 +156,12 @@
|
|||
background-color: #fcf8e9;
|
||||
}
|
||||
|
||||
a {
|
||||
padding: 6px 1.2em;
|
||||
.repo-list-link {
|
||||
padding: 6px 1em;
|
||||
display: block;
|
||||
|
||||
.svg {
|
||||
color: var(--color-secondary-dark-6);
|
||||
|
||||
&.rear {
|
||||
font-size: 15px;
|
||||
}
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
|
||||
.star-num {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue