fix(style): sidebar pixel better
This commit is contained in:
parent
92dcef488c
commit
0d5d3bbba1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue