you can create channels now!!! :D

This commit is contained in:
2026-01-14 15:51:34 +11:00
parent 7ca336c321
commit 827f39afcc
4 changed files with 90 additions and 3 deletions

View File

@@ -12,8 +12,9 @@ class TimelineRow(Horizontal):
DEFAULT_CSS = """
TimelineRow {
background: $surface-lighten-1;
max-height: 8;
height: 8;
margin-bottom: 1;
width: 100;
}
"""
@@ -22,7 +23,8 @@ class Timeline(Vertical):
Timeline {
#rows {
hatch: "-" $surface-lighten-1;
padding: 1 0;
padding: 0 0;
overflow-x: auto;
.beat-line {
color: $surface-lighten-1;