padding fix

This commit is contained in:
Freeplay 2023-05-22 19:40:38 -04:00
parent 07ce15d30e
commit afaf22ee23
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ onUnmounted(() => {
cursor: unset; cursor: unset;
padding-bottom: 0; padding-bottom: 0;
} }
&:first-of-type { &:first-child {
padding-top: 28px; padding-top: 28px;
} }
} }