Files
textual/sandbox/darren/file_search.scss
2022-09-04 11:02:24 +01:00

22 lines
234 B
SCSS

Screen {
}
#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;
}