mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-26 06:04:46 +00:00
lastly, optimize the padding situation
This commit is contained in:
parent
05830d7b84
commit
b2642c179c
1 changed files with 2 additions and 2 deletions
|
@ -1154,14 +1154,14 @@ td .commit-summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.branch-tag-tab {
|
.branch-tag-tab {
|
||||||
padding: 0 10px;
|
padding: 0 10px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.branch-tag-item {
|
.branch-tag-item {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 10px;
|
padding: 0 10px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue