v0.5.1: Ohli24 레이아웃 표준화 및 Anilife 폴백 체인 개선

This commit is contained in:
2026-01-04 01:00:17 +09:00
parent 97310ac900
commit 914277c2bc
14 changed files with 593 additions and 294 deletions

View File

@@ -35,3 +35,19 @@ ul.nav.nav-pills .nav-link.active {
background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3) !important;
}
/* Common Layout Wrapper */
.linkkf-common-wrapper {
max-width: 1400px;
margin: 0 auto;
width: 100%;
transition: opacity 0.5s ease-out;
}
.linkkf-common-wrapper.content-cloak {
opacity: 0;
}
.linkkf-common-wrapper.visible {
opacity: 1;
}