mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 19:09:55 +02:00
Fix top center and top right positioning in some situations (#2108)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
This commit is contained in:
parent
0471164456
commit
8d94d5f2ea
7 changed files with 53 additions and 19 deletions
|
|
@ -65,8 +65,14 @@ body.theme-light {
|
|||
}
|
||||
|
||||
&.rightTop {
|
||||
position: relative;
|
||||
width: 300px !important;
|
||||
max-width: 300px;
|
||||
left: unset!important;
|
||||
top: unset!important;
|
||||
#ui-right:has(#effects-display):has(.effect-container) & {
|
||||
right: 62px;
|
||||
}
|
||||
}
|
||||
|
||||
&.leftBottom {
|
||||
|
|
@ -79,10 +85,6 @@ body.theme-light {
|
|||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
#ui-right:has(#effects-display .effect-container) & {
|
||||
right: 62px;
|
||||
}
|
||||
|
||||
#resource-fear {
|
||||
position: relative;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue