Updated DevListToolbar for Mobile

This commit is contained in:
TheDevRyan 2025-10-24 21:17:31 +01:00
parent 740a2bfbaa
commit ac6767e329

View File

@ -413,6 +413,22 @@ body {
.fullscreen #welcomeimage {
display: none;
}
#devListToolbar, #kvmListToolbar {
flex-wrap: wrap;
gap: 8px;
width: 100%;
min-width: 0;
}
#devListToolbarSpan {
flex-wrap: wrap;
gap: 8px;
}
#devListToolbarSpan > .d-flex.ms-auto {
flex-basis: 100%;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-start;
}
}
#welcomeimage img {