Split CSS

This commit is contained in:
Gogs
2026-07-07 10:42:45 +02:00
parent fc8e5ce3bb
commit dffd25fb47
10 changed files with 278 additions and 278 deletions
-47
View File
@@ -100,27 +100,6 @@
font-weight: 800;
}
.timeline-channel .channel-number {
margin-right: 0;
}
.timeline-channel-name {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.channel-logo {
width: 34px;
height: 24px;
object-fit: contain;
flex: 0 0 auto;
background: rgba(255, 255, 255, 0.08);
border-radius: 6px;
padding: 2px;
}
.timeline-programmes {
position: relative;
min-height: 72px;
@@ -189,36 +168,10 @@
font-size: 0.75rem;
}
.timeline-programme.is-current {
background: rgba(34, 197, 94, 0.22);
border-color: var(--success);
}
.timeline-programme.is-past {
opacity: 0.55;
}
.timeline-now-line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: #ef4444;
z-index: 100;
pointer-events: none;
}
.timeline-now-line::before {
content: "";
position: absolute;
left: -5px;
top: -5px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #ef4444;
}
.timeline-zoom {
display: flex;
gap: 8px;