fix: update style for mobile screen

This commit is contained in:
2026-09-04 12:18:34 +07:00
parent f21d99a7c9
commit 1de65127ad
+21
View File
@@ -1284,6 +1284,27 @@
background: rgba(239, 68, 68, 0.12);
}
@media (max-width: 1000px) {
.dark .row-actions {
border-top-color: rgba(255, 255, 255, 0.08);
background: linear-gradient(90deg, #0f1115, #111419);
}
.dark .row-actions::before {
color: #6b7280;
}
}
@media (max-width: 520px) {
.dark .row-actions {
border-color: rgba(255, 255, 255, 0.1);
background: #14171d;
box-shadow:
0 1px 2px rgba(0, 0, 0, 0.28),
inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
}
/* Skeletons */
.dark .monitor-skeleton > div + div {
border-top-color: rgba(255, 255, 255, 0.06);