Fixed some padding issues

This commit is contained in:
Alexis
2023-05-11 16:52:42 +02:00
parent f95e591585
commit cbf4b07b6d
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ const elementTag = computed(() => (props.href ? 'a' : 'button'))
src="/yorha-cursor.svg"
height="32"
width="32"
class="absolute top-1/2 -translate-y-1/2 -left-10 scale-90 pointer-events-none transition-all"
class="absolute top-1/2 -translate-y-1/2 -left-11 scale-90 pointer-events-none transition-all"
:class="{ 'invert-[.33] opacity-60': props.hasArrow === 'force' }"
alt=""
/>

View File

@@ -70,7 +70,7 @@ function handleInactiveState() {
<style lang="scss" scoped>
menu {
position: relative;
@apply pl-9;
@apply pl-11;
li {
@apply mb-3;