mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 05:01:08 +01:00
[Fix] RCT Countdown Positioning (#1306)
* Fixed so that the countdown Ui positions itself well when RCT video is enabled * Removed hooks and just placing the Ui Countdowns in the UI-Right-column-1 placement
This commit is contained in:
parent
844c683c7d
commit
0233979a9f
3 changed files with 12 additions and 34 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
.countdown-edit-container {
|
||||
display: grid;
|
||||
grid-template-columns: 48px 1fr 64px;
|
||||
grid-template-columns: 48px 1fr 68px;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue