mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: vertical titles for small timeline area
This commit is contained in:
committed by
Carlos Valente
parent
8c14c330f5
commit
7e3a9d634b
@@ -54,6 +54,15 @@ $timeline-color: color-mix(in srgb, transparent 60%, var(--background-color-over
|
||||
.content {
|
||||
gap: 0rem;
|
||||
writing-mode: vertical-rl;
|
||||
align-items: start;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.maybeInline {
|
||||
flex-wrap: nowrap;
|
||||
gap: 0.25rem;
|
||||
overflow: hidden;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.timeOverview {
|
||||
@@ -117,6 +126,14 @@ $timeline-color: color-mix(in srgb, transparent 60%, var(--background-color-over
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.delay {
|
||||
color: $ontime-delay-text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user