Fix top center and top right positioning in some situations (#2108)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-07-23 03:52:08 -04:00 committed by GitHub
parent 0471164456
commit 8d94d5f2ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 53 additions and 19 deletions

View file

@ -44,7 +44,7 @@
transition: opacity var(--ui-fade-duration);
}
#ui-right:has(#effects-display .effect-container) & {
#ui-right:has(#effects-display):has(.effect-container) & {
right: 62px;
}