mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
make zoomed avatar grab/close buttons only visible on hover
This commit is contained in:
parent
c49138dfea
commit
f7c0c37b8d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user