chore : deploy
SpecialSource Frontend CD / deploy (push) Successful in 9s

This commit is contained in:
sungjin.choi
2026-08-05 17:01:10 +09:00
parent 8e2172f8b7
commit 9aa62a04ab
+7 -4
View File
@@ -503,6 +503,7 @@ onUnmounted(() => {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-x: hidden;
} }
.nav-stats { .nav-stats {
@@ -556,17 +557,19 @@ onUnmounted(() => {
/* --- GNB --- */ /* --- GNB --- */
.auth-nav { .auth-nav {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 15px 40px; gap: 12px 20px;
padding: 15px clamp(12px, 4vw, 40px);
background: #000; background: #000;
border-bottom: 1px solid var(--tui-border); border-bottom: 1px solid var(--tui-border);
} }
.nav-left { display: flex; align-items: center; gap: 15px; } .nav-left { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; }
.nav-menu { display: flex; gap: 20px; } .nav-menu { display: flex; flex-wrap: wrap; gap: 20px; }
.menu-btn { background: none; border: none; color: var(--tui-dim); font-size: 16px; cursor: pointer; transition: 0.3s; } .menu-btn { background: none; border: none; color: var(--tui-dim); font-size: 16px; cursor: pointer; transition: 0.3s; }
.menu-btn:hover, .menu-btn.active { color: var(--tui-color); text-shadow: 0 0 10px var(--tui-color); } .menu-btn:hover, .menu-btn.active { color: var(--tui-color); text-shadow: 0 0 10px var(--tui-color); }
.auth-group { display: flex; align-items: center; } .auth-group { display: flex; align-items: center; flex-wrap: wrap; }
.nav-item { .nav-item {
color: var(--tui-color) !important; text-decoration: none; background: none; color: var(--tui-color) !important; text-decoration: none; background: none;