fix(css): run prittier on css file

This commit is contained in:
Gabe Kangas
2024-10-20 12:29:30 -07:00
parent c23b04c3ab
commit 4ac3068fcb

View File

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