mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 17:24:10 +00:00
Backport #27169 by @wxiaoguang Fix #27166 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
b34727c632
commit
8d9e2d07f3
2 changed files with 3 additions and 3 deletions
|
@ -2044,7 +2044,7 @@
|
|||
border: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -2056,7 +2056,8 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.25em;
|
||||
padding: 0 0.25em;
|
||||
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.repository .repository-summary .sub-menu .item.active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue