Show followers not available message instead of 0

This commit is contained in:
Cadence Ember
2020-04-20 19:51:53 +12:00
parent a45142a02d
commit 69585a18ec
3 changed files with 17 additions and 10 deletions

View File

@@ -87,20 +87,26 @@ body
font-weight: normal
.bio
margin: 20px 0px
unicode-bidi: plaintext
.profile-counter
line-height: 1.3
&.not-available
font-style: italic
.count
font-weight: bold
.website
margin: 20px 0px
a, a:visited
color: $main-theme-link-color
.links
margin-top: 20px
margin: 15px 0px
display: flex
flex-wrap: wrap
justify-content: center
@@ -114,9 +120,6 @@ body
> *
margin: 5px
> *:last-child
margin-bottom: 10px // because padding-bottom on parent doesn't seem to work.
.timeline
--image-size: 260px
$image-size: var(--image-size)