diff --git a/frontend/src/App.vue b/frontend/src/App.vue index cf959a8..e1b19ce 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -83,6 +83,11 @@ width: 100%; overflow: visible; } +/* знак в шапке крупнее дефолтных 22px кита */ +.nav-topbar-brand img { + width: 48px; + height: 48px; +} .user-chip a { margin-left: 0.5rem; color: var(--muted);