mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 13:48:31 +00:00
fix: update style for mobile screen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user