1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-16 11:08:49 +00:00

Visual regression: Vertical align no posts notice

This commit is contained in:
Cadence Ember
2020-06-25 03:26:33 +12:00
parent a023e09743
commit 176a8fe4d4
2 changed files with 9 additions and 3 deletions

View File

@@ -161,6 +161,11 @@ body
.timeline-section
background-color: map-get($theme, "background-primary")
padding: 0px 15px 40px
display: flex
flex-direction: column
@media screen and (max-width: $layout-a-max)
flex: 1
.selector-container
padding: 15px
@@ -220,10 +225,10 @@ body
.timeline
--image-size: 260px
$image-size: var(--image-size)
flex: 1
@media screen and (max-width: $layout-a-max)
--image-size: 150px
flex: 1
@media screen and (max-width: $layout-c-max)
--image-size: calc(33vw - 10px)