chore: fix various problems (#39298)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
wxiaoguang
2026-09-15 04:15:21 +08:00
committed by GitHub
parent 85cbf477e5
commit c0ceea2f8f
14 changed files with 124 additions and 122 deletions

View File

@@ -324,6 +324,12 @@ a.silenced:hover {
text-decoration-line: none;
}
a.disabled {
cursor: default;
pointer-events: none;
opacity: var(--opacity-disabled);
}
a.label,
.ui .menu a,
.ui.cards a.card {
@@ -657,18 +663,6 @@ overflow-menu .ui.label:empty {
vertical-align: top;
}
.lines-code pre {
background-color: inherit;
margin: 0;
padding: 0 !important;
}
.lines-code pre li {
display: block;
width: calc(100% - 1ch);
padding-left: 1ch;
}
.lines-escape {
width: 0;
white-space: nowrap;

View File

@@ -104,12 +104,12 @@
.ui.compact.buttons .button,
.ui.compact.button {
gap: var(--gap-inline);
padding: 0.42em /* around 8px */ 1.07em /* around 15px */;
padding: 6px 15px;
min-height: 32px;
}
.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
padding: 0.57em /* around 8px */;
padding: 6px 8px;
}
/* reference size: mini: padding-x=16, height=30 ; compact: padding-x=12, height=26 */

View File

@@ -1780,6 +1780,7 @@ tbody.commit-list {
padding: 10px;
border: 1px solid transparent;
border-bottom: none;
border-radius: 0;
}
.branch-selector-dropdown .branch-tag-item.active {