Skip to content

Commit

Permalink
Fix repo sub menu (go-gitea#27169) (go-gitea#27170)
Browse files Browse the repository at this point in the history
Backport go-gitea#27169 by @wxiaoguang

Fix go-gitea#27166

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
  • Loading branch information
GiteaBot and wxiaoguang authored Sep 21, 2023
1 parent b34727c commit 8d9e2d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ a.silenced:hover {
}

a.label,
.repository-menu a,
.ui.search .results a,
.ui .menu a,
.ui.cards a.card,
Expand Down
5 changes: 3 additions & 2 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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 {
Expand Down

0 comments on commit 8d9e2d0

Please sign in to comment.