This commit is contained in:
WBHarry 2025-07-28 22:57:22 +02:00
parent 078ca3262d
commit e4820dd6bd
3 changed files with 12 additions and 7 deletions

View file

@ -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;