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>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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 -->
|
<!-- TODO: Fit working sidebar background color -->
|
||||||
<Layout header flex no-gap style="justify-content:space-between; padding-right:8px;">
|
<Layout header flex no-gap style="justify-content:space-between; padding-right:8px;">
|
||||||
<Link
|
<Link
|
||||||
|
@ -281,7 +281,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
height: 50px;
|
height: 48px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: var(--fw-gray-100);
|
border-color: var(--fw-gray-100);
|
||||||
|
|
Loading…
Reference in New Issue