Files
textual/examples/dictionary.tcss
Will McGugan 9f32476af2 Theme tweaks (#5232)
* theme tweaks

* style tweaks

* snapshots

* demo tweaks

* projects tweaks
2024-11-13 17:38:46 +00:00

26 lines
347 B
Plaintext

Screen {
background: $panel;
}
Input#dictionary-search {
dock: top;
margin: 1 0;
}
#results {
width: 100%;
height: auto;
}
#results-container {
background: $surface;
margin: 0 0 1 0;
height: 100%;
overflow: hidden auto;
border: tall transparent;
}
#results-container:focus {
border: tall $border;
}