mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
fix width not resizing in attached positions
This commit is contained in:
parent
db57bd356a
commit
c242640792
1 changed files with 2 additions and 2 deletions
|
|
@ -65,12 +65,12 @@ body.theme-light {
|
|||
}
|
||||
|
||||
&.rightTop {
|
||||
width: 300px;
|
||||
width: 300px !important;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
&.leftBottom {
|
||||
width: 200px;
|
||||
width: 200px !important;
|
||||
max-width: 200px;
|
||||
background: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue