mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
header spacing
This commit is contained in:
parent
e23dc68ac9
commit
c9cfe9f9f8
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue