mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-07 07:06:05 +01:00
Hotfix: Chrome 129 wide popup sizing
This commit is contained in:
parent
b01ae4e0ea
commit
4c159dfb50
@ -3245,8 +3245,9 @@ grammarly-extension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wide_dialogue_popup {
|
.wide_dialogue_popup {
|
||||||
aspect-ratio: 1 / 1;
|
/* FIXME: Chrome 129 broke max-height for aspect-ratio sized elements */
|
||||||
width: unset !important;
|
/* aspect-ratio: 1 / 1; */
|
||||||
|
/* width: unset !important; */
|
||||||
min-width: var(--sheldWidth);
|
min-width: var(--sheldWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user