add window guard

This commit is contained in:
2026-06-30 10:12:29 +07:00
parent e94a87cbd9
commit aaafa6ada9
13 changed files with 475 additions and 66 deletions

View File

@@ -106,6 +106,15 @@ body {
flex-shrink: 0;
}
.brand-logo-img {
width: 42px;
height: 42px;
border-radius: var(--radius-sm);
object-fit: cover;
flex-shrink: 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.brand-logo {
width: 42px;
height: 42px;