Responsive design updates

This commit is contained in:
Sascha Leib
2025-10-13 20:20:15 +02:00
parent 12c103d817
commit ef4b5c6528
2 changed files with 26 additions and 7 deletions

View File

@@ -681,7 +681,7 @@
}
}
ul.eval {
dd.eval > ul {
li {
display: flex;
justify-content: space-between;
@@ -812,7 +812,7 @@
}
}
ul.eval {
dd.eval > ul {
li:nth-child(odd) {
background-color: #333;
}
@@ -843,6 +843,27 @@
}
}
/* layout overrides for narrow screens: */
@media (max-width: 800px) {
#botmon__admin #botmon__today #botmon__today__visitorlists {
dl.visitor_details {
& {
display: block;
margin-top: .5rem;
}
dt {
margin-left: .67rem;
font-size: smaller;
}
dd {
margin-left: 1.5rem;
}
dd.pages, dd.eval {
margin-left: 0;
}
}
}
}
@media (max-width: 670px) {
#botmon__admin #botmon__today {
.botmon_bots_grid, .botmon_webmetrics_grid, .botmon_traffic_grid {