mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
enhance death move chat message and fix border bottom from title actions
This commit is contained in:
parent
a9fca36ed5
commit
b9406bb9cb
5 changed files with 36 additions and 9 deletions
|
|
@ -19,7 +19,9 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
margin: 8px 8px 0;
|
||||
padding-bottom: 8px;
|
||||
width: -webkit-fill-available;
|
||||
gap: 5px;
|
||||
border-bottom: 1px solid @golden;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,9 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
padding: 8px;
|
||||
margin: 8px 8px 0;
|
||||
padding-bottom: 8px;
|
||||
width: -webkit-fill-available;
|
||||
gap: 5px;
|
||||
border-bottom: 1px solid @golden;
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@
|
|||
gap: 5px;
|
||||
border-bottom: 1px solid @golden;
|
||||
margin: 0 8px;
|
||||
padding-bottom: 8px;
|
||||
width: -webkit-fill-available;
|
||||
|
||||
.downtime-image {
|
||||
width: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue