mqtt_sniffer/style.tcss
2025-07-19 19:44:14 +02:00

18 lines
246 B
Plaintext

#app-grid {
layout: vertical;
overflow-y: scroll;
scrollbar-gutter: stable;
height: 89%;
}
#bottom-bar {
layout: grid;
grid-size: 1;
height: 11%;
border-top: solid $primary;
}
#module_filter {
width: 100%;
}