mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-10-29 23:35:02 -04:00
Updated DevListToolbar for Mobile (#7377)
This commit is contained in:
parent
740a2bfbaa
commit
683b4e882b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user