mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22 lines
278 B
SCSS
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;
|
|
}
|