diff --git a/src/client/styles/DashboardPage.css b/src/client/styles/DashboardPage.css index 00402bd..47b35dc 100644 --- a/src/client/styles/DashboardPage.css +++ b/src/client/styles/DashboardPage.css @@ -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);