We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8e160 commit c2cabe7Copy full SHA for c2cabe7
web_src/css/base.css
@@ -420,7 +420,6 @@ a.silenced:hover {
420
}
421
422
a.label,
423
-.repository-menu a,
424
.ui.search .results a,
425
.ui .menu a,
426
.ui.cards a.card,
web_src/css/repo.css
@@ -2044,7 +2044,7 @@
2044
border: none;
2045
display: flex;
2046
align-items: center;
2047
- padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
+ padding: 0;
2048
overflow: hidden;
2049
2050
@@ -2056,7 +2056,8 @@
2056
2057
justify-content: center;
2058
gap: 0.25em;
2059
- padding: 0 0.25em;
+ padding: 0 0.5em; /* make the UI look better for narrow (mobile) view */
2060
+ text-decoration: none;
2061
2062
2063
.repository .repository-summary .sub-menu .item.active {
0 commit comments