mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
[Fix] grid view of domain cards when more than 5 (#1369)
* Fix grid view of domain cards when more than 5 * Also fit 5 when there is a scrollbar
This commit is contained in:
parent
1fbce2507a
commit
2171c1b433
2 changed files with 3 additions and 2 deletions
|
|
@ -290,7 +290,7 @@
|
|||
.card-item {
|
||||
position: relative;
|
||||
height: 120px;
|
||||
width: 100px;
|
||||
width: 98px;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue