Updated DevListToolbar for Mobile (#7377)

This commit is contained in:
TheDevRyan 2025-10-24 22:04:29 +01:00 committed by GitHub
parent 740a2bfbaa
commit 683b4e882b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {