summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
authorSimon Rettberg2025-01-14 11:20:09 +0100
committerSimon Rettberg2025-01-14 11:20:09 +0100
commit9688b3a58ce1d780fb1e150918fc109ada45f10c (patch)
treeae77adadd189e33e848a5696c86312d5f8200786 /modules-available
parent[statistics] Show ID45 size and local caching config in NIC speed hint (diff)
downloadslx-admin-9688b3a58ce1d780fb1e150918fc109ada45f10c.tar.gz
slx-admin-9688b3a58ce1d780fb1e150918fc109ada45f10c.tar.xz
slx-admin-9688b3a58ce1d780fb1e150918fc109ada45f10c.zip
[statistics] Hide recent machines on small window
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/statistics/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/statistics/style.css b/modules-available/statistics/style.css
index cb152370..ab236d18 100644
--- a/modules-available/statistics/style.css
+++ b/modules-available/statistics/style.css
@@ -97,6 +97,11 @@
.slx-right {
float: right;
}
+@media (max-width: 1649px) {
+ #recent-machines {
+ display: none;
+ }
+}
@media (min-width: 1650px) {
.slx-right {
position: fixed;