Fix repo sub menu (#27169)

Fix #27166
This commit is contained in:
wxiaoguang 2023-09-21 21:16:14 +08:00 committed by GitHub
parent 2f8e1604f8
commit c2cabe7b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -420,7 +420,6 @@ a.silenced:hover {
}
a.label,
.repository-menu a,
.ui.search .results a,
.ui .menu a,
.ui.cards a.card,

View File

@ -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 {