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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user