Timeline, Style
This commit is contained in:
@@ -83,3 +83,31 @@
|
||||
font-size: .92rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.programme-modal-header {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.programme-modal-logo {
|
||||
width: 92px;
|
||||
height: 58px;
|
||||
object-fit: contain;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: .7rem;
|
||||
background: var(--panel-2);
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.programme-modal-channel {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: .25rem;
|
||||
}
|
||||
|
||||
#modalChannel {
|
||||
font-size: 1.05rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -190,8 +190,6 @@
|
||||
border-color: var(--accent);
|
||||
}
|
||||
|
||||
cat >> app/public/assets/css/timeline.css <<'CSS'
|
||||
|
||||
.timeline-channel {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@@ -297,4 +295,7 @@ cat >> app/public/assets/css/timeline.css <<'CSS'
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
CSS
|
||||
|
||||
.live-badge[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user