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

@@ -2,7 +2,7 @@
<html lang="vi">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/jpeg" href="/logo.jpeg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simple Care — Rikkei Education</title>
</head>

BIN
management/public/logo.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@@ -69,7 +69,7 @@ function App() {
<>
<aside className="sidebar">
<div className="brand">
<div className="brand-logo">RE</div>
<img src="/logo.jpeg" alt="Simple Care" className="brand-logo-img" />
<div className="brand-text">
<span className="brand-name">Simple Care</span>
<span className="brand-sub">Rikkei Education</span>

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;