Skip to content

Commit c2cabe7

Browse files
authored
Fix repo sub menu (#27169)
Fix #27166
1 parent 2f8e160 commit c2cabe7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web_src/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ a.silenced:hover {
420420
}
421421

422422
a.label,
423-
.repository-menu a,
424423
.ui.search .results a,
425424
.ui .menu a,
426425
.ui.cards a.card,

web_src/css/repo.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@
20442044
border: none;
20452045
display: flex;
20462046
align-items: center;
2047-
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
2047+
padding: 0;
20482048
overflow: hidden;
20492049
}
20502050

@@ -2056,7 +2056,8 @@
20562056
align-items: center;
20572057
justify-content: center;
20582058
gap: 0.25em;
2059-
padding: 0 0.25em;
2059+
padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
2060+
text-decoration: none;
20602061
}
20612062

20622063
.repository .repository-summary .sub-menu .item.active {

0 commit comments

Comments
 (0)