new core.middleware sets cookie for scroll timestamp view to local browser time, w. new corresponding tests in core.tests.UTs.test_middleware; apps.lyric.templatetags.lyric_extras determines timestamp format based on duration elapsed since timestamp; apps.bill.tests.ITs.test_views renamed, now also asserts scroll renders event body and time in columns
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -131,6 +131,24 @@ body.page-billscroll {
|
||||
}
|
||||
}
|
||||
|
||||
// ── Drama event entries: 90 / 10 column split ─────────────────────────────
|
||||
|
||||
.drama-event {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
.drama-event-body {
|
||||
flex: 0 0 80%;
|
||||
}
|
||||
|
||||
.drama-event-time {
|
||||
flex: 0 0 20%;
|
||||
font-size: 0.75rem;
|
||||
opacity: 0.5;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
// ── My Scrolls list ────────────────────────────────────────────────────────
|
||||
|
||||
#id_applet_billboard_my_scrolls {
|
||||
|
||||
Reference in New Issue
Block a user