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