49 lines
561 B
Plaintext
49 lines
561 B
Plaintext
#app-grid {
|
|
layout: vertical;
|
|
overflow-y: scroll;
|
|
scrollbar-gutter: stable;
|
|
height: 80%;
|
|
}
|
|
|
|
#bottom-bar {
|
|
layout: grid;
|
|
grid-size: 2;
|
|
height: 11%;
|
|
border-top: solid $primary;
|
|
}
|
|
|
|
#force-bar {
|
|
layout: grid;
|
|
grid-size: 5;
|
|
height: 9%;
|
|
border-top: solid $primary;
|
|
}
|
|
|
|
#module_filter {
|
|
width: 100%;
|
|
}
|
|
|
|
#level_filter {
|
|
width: 100%;
|
|
}
|
|
|
|
#force_critical {
|
|
width: 100%;
|
|
}
|
|
|
|
#force_error {
|
|
width: 100%;
|
|
}
|
|
|
|
#force_warning {
|
|
width: 100%;
|
|
}
|
|
|
|
#force_info {
|
|
width: 100%;
|
|
}
|
|
|
|
#force_debug {
|
|
width: 100%;
|
|
}
|