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>
|
||||
|
||||
<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;
|
||||
|
|
Loading…
Reference in New Issue