mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(css): run prittier on css file
This commit is contained in:
parent
c23b04c3ab
commit
4ac3068fcb
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ $p-h-size: 8px;
|
|||
$p-v-size: 2px;
|
||||
|
||||
.root {
|
||||
border-left: $border-style;
|
||||
border-left: $border-style;
|
||||
position: relative;
|
||||
font-size: var(--chat-message-text-size);
|
||||
padding: $p-v-size $p-h-size;
|
||||
|
@ -20,7 +20,6 @@ $p-v-size: 2px;
|
|||
margin: initial;
|
||||
}
|
||||
|
||||
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue