use a bit more compact layout on mobile

This commit is contained in:
Henry Jameson 2022-08-24 22:31:48 +03:00
commit 986c453702
5 changed files with 83 additions and 21 deletions

View file

@ -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;
}