From 986c4537021842e9b21c89c0ffb84033169cafe6 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 24 Aug 2022 22:31:48 +0300 Subject: use a bit more compact layout on mobile --- src/components/timeline/timeline.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/components/timeline/timeline.scss') diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index 9e009fd3..9d442a95 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -1,10 +1,26 @@ @import '../../_variables.scss'; .Timeline { + .alert-dot { + border-radius: 100%; + height: 8px; + width: 8px; + position: absolute; + left: calc(50% - 4px); + top: calc(50% - 4px); + margin-left: 6px; + margin-top: -6px; + background-color: var(--cBlue); + } + .loadmore-text { opacity: 1; } + .loadmore-button { + position: relative + } + &.-blocked { cursor: progress; } -- cgit v1.2.3-70-g09d2