header spacing

This commit is contained in:
Freeplay 2023-06-04 16:05:06 -04:00
parent c4fa29be50
commit 3b889d9c05

View file

@ -372,6 +372,7 @@ onUnmounted(() => {
display: flex;
> .buttons {
&:not(:empty) {
margin-right: 8px;
margin-left: calc(0px - var(--margin));
}
> .avatar {
@ -424,7 +425,7 @@ onUnmounted(() => {
width: $size;
height: $size;
vertical-align: bottom;
margin: 0 8px;
margin-right: 8px;
}
> .icon {