chore: various frontend changes (#37973)

This commit is contained in:
wxiaoguang
2026-06-01 20:38:23 +00:00
committed by GitHub
parent 689ace1ce2
commit 85f563da6c
6 changed files with 31 additions and 38 deletions
-19
View File
@@ -382,16 +382,6 @@ a.label,
color: var(--color-text-light-2);
}
/* styles from removed fomantic transition module */
.hidden.transition {
visibility: hidden;
display: none;
}
.visible.transition {
display: block !important;
visibility: visible !important;
}
.ui.comments .comment .metadata {
color: var(--color-text-light-2);
}
@@ -438,11 +428,6 @@ img.ui.avatar,
margin-top: calc(var(--page-spacing) - 1rem);
}
.ui.message.flash-message pre {
white-space: pre-line;
margin: 0;
}
.ui .header > i + .content {
padding-left: 0.75rem;
vertical-align: middle;
@@ -486,10 +471,6 @@ img.ui.avatar,
color: var(--color-text) !important;
}
.ui .border {
border: 1px solid;
}
.user-menu > .item {
width: 100%;
border-radius: 0 !important;