Add "experiencing problems" notice

This commit is contained in:
Cadence Ember 2020-12-18 02:02:56 +13:00
parent 6ec4b0f0b2
commit 544a825b2b
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
2 changed files with 14 additions and 1 deletions

View File

@ -29,6 +29,13 @@ html
section.about
h2= ll.about_bibliogram_header
!= ll.pug_about_bibliogram_content({link_to_featured_profiles: constants.featured_profiles.length})
.notice
section.about
h2 Experiencing problems with Bibliogram?
p: a(href="https://lists.sr.ht/~cadence/bibliogram-announce/%3C20201218014302.855fa8a816be2f19da2f56e3%40disroot.org%3E") Read more here.
section.about
h2= ll.about_this_instance_header
ul
if onionLocation

View File

@ -649,13 +649,19 @@ body
.about-container
background-color: map-get($theme, "background-power-secondary")
color: map-get($theme, "foreground-power-secondary")
padding: 50px 20px
padding: 50px 0px
flex: 1
min-height: 60vh
.notice
background-color: map-get($theme, "background-power-tertiary")
margin: 10px 0px
padding: 20px 0px 10px
.about
max-width: 700px
margin: 0px auto
padding: 0px 20px
line-height: 1.4
font-size: 20px