mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
#sidebar {
|
|
dock: left;
|
|
width: 15;
|
|
height: 100%;
|
|
color: #0f2b41;
|
|
background: dodgerblue;
|
|
}
|