mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
.
This commit is contained in:
parent
078ca3262d
commit
e4820dd6bd
3 changed files with 12 additions and 7 deletions
|
|
@ -18,10 +18,12 @@
|
|||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
|
||||
.message-header {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
padding: 0 8px 8px;
|
||||
|
||||
.message-header-section {
|
||||
width: 100%;
|
||||
.message-header-metadata {
|
||||
flex: none;
|
||||
display: flex;
|
||||
|
||||
.message-metadata {
|
||||
|
|
@ -29,13 +31,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.message-sub-header {
|
||||
width: 100%;
|
||||
.message-header-main {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
||||
.actor-img {
|
||||
flex: none;
|
||||
border-radius: 50%;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue