mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-15 02:12:10 +00:00
chore: fix various problems (#39298)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user