fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 51s

This commit is contained in:
2026-07-03 18:24:36 +07:00
parent 51af268857
commit 4d17699775
2 changed files with 12 additions and 3 deletions

View File

@@ -2207,6 +2207,10 @@ input:checked + .slider:before {
filter: brightness(0.97);
}
.attendance-table td {
padding: 0.5rem 1rem !important;
}
.attendance-student-name {
font-weight: 700;
font-size: 0.88rem;
@@ -2233,9 +2237,10 @@ input:checked + .slider:before {
}
.attendance-online-unit {
display: block;
font-size: 0.68rem;
display: inline;
font-size: 0.72rem;
color: var(--text-muted);
margin-left: 3px;
}
.attendance-status-cell {