22 lines
282 B
Plaintext
22 lines
282 B
Plaintext
#app-grid {
|
|
layout: vertical;
|
|
overflow-y: scroll;
|
|
scrollbar-gutter: stable;
|
|
height: 90%;
|
|
}
|
|
|
|
#bottom-bar {
|
|
layout: grid;
|
|
grid-size: 2;
|
|
height: 10%;
|
|
border-top: solid $primary;
|
|
}
|
|
|
|
#module_filter {
|
|
width: 100%;
|
|
}
|
|
|
|
#level_filter {
|
|
width: 100%;
|
|
}
|