Files
textual/sandbox/darren/file_search.scss
2022-06-22 14:02:24 +01:00

22 lines
278 B
SCSS

Screen {
layout: dock;
docks: top=top bottom=bottom;
}
#file_table_wrapper {
dock: bottom;
height: auto;
overflow: auto auto;
scrollbar-color: $accent-darken-1;
}
#file_table {
height: auto;
}
#search_bar {
dock: bottom;
background: $accent;
height: 1;
}