fix(style): sidebar pixel perfect
This commit is contained in:
parent
611d291c69
commit
b26e85ff75
|
@ -35,7 +35,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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;">
|
<Layout header flex no-gap style="justify-content:space-between; padding-right:8px;">
|
||||||
<Link
|
<Link
|
||||||
:to="{name: logoUrl}"
|
:to="{name: logoUrl}"
|
||||||
|
@ -281,7 +281,7 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 28px;
|
||||||
|
|
||||||
input {
|
input {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
Loading…
Reference in New Issue