mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Collapsable Header Hover Fix
This commit is contained in:
@@ -293,6 +293,10 @@ span.helpicon.material-icons-outlined:hover:not(::after) {
|
||||
transform: translateY(7px) translateX(4px);
|
||||
}
|
||||
|
||||
.collapsable_header .material-icons-outlined:hover {
|
||||
transform: translateY(7px) translateX(4px);
|
||||
}
|
||||
|
||||
#context-viewer-close:hover {
|
||||
transform: scale(1) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user