Fixed some padding issues
This commit is contained in:
@@ -68,7 +68,7 @@ const elementTag = computed(() => (props.href ? 'a' : 'button'))
|
|||||||
src="/yorha-cursor.svg"
|
src="/yorha-cursor.svg"
|
||||||
height="32"
|
height="32"
|
||||||
width="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' }"
|
:class="{ 'invert-[.33] opacity-60': props.hasArrow === 'force' }"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ function handleInactiveState() {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
menu {
|
menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
@apply pl-9;
|
@apply pl-11;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@apply mb-3;
|
@apply mb-3;
|
||||||
|
|||||||
Reference in New Issue
Block a user