mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-24 11:29: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 {
|
&.rightTop {
|
||||||
width: 300px;
|
width: 300px !important;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.leftBottom {
|
&.leftBottom {
|
||||||
width: 200px;
|
width: 200px !important;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue