fix(style): sidebar pixel perfect

This commit is contained in:
ArneBo 2025-01-05 11:17:46 +01:00 committed by upsiflu
parent 611d291c69
commit b26e85ff75
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
</script>
<template>
<Layout aside default solid gap-12 :class="[$style.sidebar, $style['sticky-content']]">
<Layout aside default solid no-gap :class="[$style.sidebar, $style['sticky-content']]">
<Layout header flex no-gap style="justify-content:space-between; padding-right:8px;">
<Link
:to="{name: logoUrl}"
@ -281,7 +281,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
.search {
padding: 0 4px;
margin-bottom: 40px;
margin-bottom: 28px;
input {
height: 50px;