mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-02 16:35:19 +02:00
ui: improve branch/tag dropdown selector consistency (#7187)
Improve consistency of these tag/branch selector menus between these areas: repo file/dir view, issue branch selection, compare page. Improve the look slightly by aligning icons properly, adding consistent gap and ensuring consistent vertical gaps with no excessive space waste. Preview: https://codeberg.org/attachments/0740a811-d6bf-4c27-a16d-bdc7e2aa63eb Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7187 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
d53dfcbccb
commit
3c014a8f0e
4 changed files with 36 additions and 58 deletions
|
@ -1153,6 +1153,19 @@ td .commit-summary {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.branch-tag-tab {
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
|
||||
.branch-tag-item {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0 10px;
|
||||
border: 1px solid transparent;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.repository.compare.pull .comment.form .content::before,
|
||||
.repository.compare.pull .comment.form .content::after {
|
||||
right: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue