style fix

This commit is contained in:
Yurii
2026-03-14 18:17:31 +02:00
parent 83362fe3c1
commit 72ea83fbca
+6 -2
View File
@@ -1961,11 +1961,15 @@ textarea.auto-height {
overflow-x: hidden; overflow-x: hidden;
} }
#last-viewed-panel {
> .panel {
border-top-right-radius: 0;
}
}
#global-search-panel, #global-search-panel,
#last-viewed-panel { #last-viewed-panel {
> .panel { > .panel {
border-top-right-radius: 0;
.panel-heading { .panel-heading {
.close-link { .close-link {
display: none; display: none;