mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
header spacing
This commit is contained in:
parent
e23dc68ac9
commit
c9cfe9f9f8
@ -372,6 +372,7 @@ onUnmounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
> .buttons {
|
> .buttons {
|
||||||
&:not(:empty) {
|
&:not(:empty) {
|
||||||
|
margin-right: 8px;
|
||||||
margin-left: calc(0px - var(--margin));
|
margin-left: calc(0px - var(--margin));
|
||||||
}
|
}
|
||||||
> .avatar {
|
> .avatar {
|
||||||
@ -424,7 +425,7 @@ onUnmounted(() => {
|
|||||||
width: $size;
|
width: $size;
|
||||||
height: $size;
|
height: $size;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin: 0 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .icon {
|
> .icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user