mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
make zoomed avatar grab/close buttons only visible on hover
This commit is contained in:
@@ -613,6 +613,12 @@ body .panelControlBar {
|
||||
min-width: 55px;
|
||||
justify-content: flex-end;
|
||||
gap: 0px;
|
||||
opacity:0;
|
||||
transition: all 250ms;
|
||||
}
|
||||
|
||||
.zoomed_avatar:hover .panelControlBar {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
.panelControlBar .drag-grabber {
|
||||
|
Reference in New Issue
Block a user