Updated DevListToolbar for Mobile (#7377)

TheDevRyan committed Oct 24, 2025 at 22:04 UTC 683b4e882bfca2e2246186cc49b5f68e4fbb3fb1
1 file changed +16
public/styles/style-bootstrap.css
+16
@@ -413,6 +413,22 @@ body {
413 .fullscreen #welcomeimage {
414 display: none;
415 }
416 + #devListToolbar, #kvmListToolbar {
417 + flex-wrap: wrap;
418 + gap: 8px;
419 + width: 100%;
420 + min-width: 0;
421 + }
422 + #devListToolbarSpan {
423 + flex-wrap: wrap;
424 + gap: 8px;
425 + }
426 + #devListToolbarSpan > .d-flex.ms-auto {
427 + flex-basis: 100%;
428 + flex-wrap: wrap;
429 + gap: 8px;
430 + justify-content: flex-start;
431 + }
432 }
433
434 #welcomeimage img {