Added alternative styling for own messages in chat

Added alternative styling for messages sent by self in chat

Prettiered the file
This commit is contained in:
t1enne
2022-06-28 09:05:04 +02:00
parent 577ce5718d
commit c9938cf414
2 changed files with 17 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
.root {
font-size: 0.9rem;
padding: 5px;
padding-left: 1rem;
margin: 8px 5px;
border-left: 2px solid;
border-radius: 0.3rem;
.user {
font: var(--theme-header-font-family);
color: var(--color-owncast-grey-100);
@@ -29,3 +29,9 @@
}
}
}
.ownMessage {
border-left: 0px;
border-right: 2px solid;
}