mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Updated DevListToolbar for Mobile (#7377)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user