32 lines
384 B
Plaintext
32 lines
384 B
Plaintext
#app-grid {
|
|
layout: vertical;
|
|
overflow-y: scroll;
|
|
scrollbar-gutter: stable;
|
|
height: 1fr;
|
|
}
|
|
|
|
#bottom-bar {
|
|
layout: grid;
|
|
grid-size: 4;
|
|
grid-columns: 3fr 2fr 2fr 1fr;
|
|
height: 4;
|
|
border-top: solid $primary;
|
|
}
|
|
|
|
#topic_filter {
|
|
width: 100%;
|
|
}
|
|
|
|
#send_button {
|
|
width: 100%;
|
|
}
|
|
|
|
#send_topic {
|
|
width: 100%;
|
|
}
|
|
|
|
#send_payload {
|
|
width: 100%;
|
|
}
|
|
|