mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
fix QR popout controlBar display, hide QR popout button for mobile
This commit is contained in:
parent
dcd3f13e62
commit
cdb271e6ec
@ -34,6 +34,14 @@
|
||||
right: 0.25em;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/*hide QR popout for mobile*/
|
||||
@media screen and (max-width: 1000px) {
|
||||
#qr--bar > #qr--popoutTrigger {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
#qr--bar.popoutVisible {
|
||||
padding-right: 2.5em;
|
||||
}
|
||||
@ -55,6 +63,7 @@
|
||||
opacity: 0.5;
|
||||
transition: all 250ms;
|
||||
}
|
||||
|
||||
#qr--popout > .qr--body {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
@ -613,10 +613,13 @@ body .panelControlBar {
|
||||
min-width: 55px;
|
||||
justify-content: flex-end;
|
||||
gap: 0px;
|
||||
opacity:0;
|
||||
transition: all 250ms;
|
||||
}
|
||||
|
||||
.zoomed_avatar .panelControlBar {
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.zoomed_avatar:hover .panelControlBar {
|
||||
opacity:1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user