This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
PyKanban/src/layout.tcss

25 lines
332 B
Plaintext

Screen {
layout: horizontal;
overflow-x: auto;
}
.column {
width: 1fr;
height: 100%;
padding: 2 2 2 2;
border-right: dashed #458588;
}
.last-column{
width: 1fr;
height: 100%;
padding: 2 2 2 2;
}
.header {
content-align: center top;
color: #458588;
text-style: bold underline;
}