fix(css): run prittier on css file
This commit is contained in:
@@ -4,7 +4,7 @@ $p-h-size: 8px;
|
|||||||
$p-v-size: 2px;
|
$p-v-size: 2px;
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
border-left: $border-style;
|
border-left: $border-style;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: var(--chat-message-text-size);
|
font-size: var(--chat-message-text-size);
|
||||||
padding: $p-v-size $p-h-size;
|
padding: $p-v-size $p-h-size;
|
||||||
@@ -20,7 +20,6 @@ $p-v-size: 2px;
|
|||||||
margin: initial;
|
margin: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user