fix(style): sidebar pixel better

This commit is contained in:
ArneBo 2025-01-05 12:11:29 +01:00 committed by upsiflu
parent 92dcef488c
commit 0d5d3bbba1
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 no-gap :class="[$style.sidebar, $style['sticky-content']]" style="background-color: var(--fw-gray-950);">
<Layout aside default solid gap-12 :class="[$style.sidebar, $style['sticky-content']]" style="background-color: var(--fw-gray-950);">
<!-- TODO: Fit working sidebar background color -->
<Layout header flex no-gap style="justify-content:space-between; padding-right:8px;">
<Link
@ -281,7 +281,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
margin-bottom: 28px;
input {
height: 50px;
height: 48px;
&:focus {
border-color: var(--fw-gray-100);