오른쪽 사이드바 로고 크기 고정

This commit is contained in:
2026-06-08 18:20:58 +09:00
parent 61a872315b
commit 4599e7630d
8 changed files with 20 additions and 7 deletions

View File

@@ -242,7 +242,7 @@ watch([postTocItems, () => route.fullPath], async () => {
<div class="right-sidebar__scroll site-sidebar-scroll min-h-0 flex-1">
<div class="right-sidebar__block site-sidebar-section py-5 pl-5 pr-5 sm:pr-0 max-lg:px-0">
<div class="right-sidebar__profile flex items-center gap-3">
<div class="right-sidebar__logo grid h-12 w-12 place-items-center overflow-hidden rounded-2xl text-2xl font-bold text-[var(--site-invert-text)]">
<div class="right-sidebar__logo grid h-12 w-12 shrink-0 place-items-center overflow-hidden rounded-2xl text-2xl font-bold text-[var(--site-invert-text)]">
<img
v-if="siteSettings.logoUrl"
class="h-full w-full object-cover"