mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +00:00
Add "experiencing problems" notice
This commit is contained in:
parent
6ec4b0f0b2
commit
544a825b2b
@ -29,6 +29,13 @@ html
|
|||||||
section.about
|
section.about
|
||||||
h2= ll.about_bibliogram_header
|
h2= ll.about_bibliogram_header
|
||||||
!= ll.pug_about_bibliogram_content({link_to_featured_profiles: constants.featured_profiles.length})
|
!= 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
|
h2= ll.about_this_instance_header
|
||||||
ul
|
ul
|
||||||
if onionLocation
|
if onionLocation
|
||||||
|
@ -649,13 +649,19 @@ body
|
|||||||
.about-container
|
.about-container
|
||||||
background-color: map-get($theme, "background-power-secondary")
|
background-color: map-get($theme, "background-power-secondary")
|
||||||
color: map-get($theme, "foreground-power-secondary")
|
color: map-get($theme, "foreground-power-secondary")
|
||||||
padding: 50px 20px
|
padding: 50px 0px
|
||||||
flex: 1
|
flex: 1
|
||||||
min-height: 60vh
|
min-height: 60vh
|
||||||
|
|
||||||
|
.notice
|
||||||
|
background-color: map-get($theme, "background-power-tertiary")
|
||||||
|
margin: 10px 0px
|
||||||
|
padding: 20px 0px 10px
|
||||||
|
|
||||||
.about
|
.about
|
||||||
max-width: 700px
|
max-width: 700px
|
||||||
margin: 0px auto
|
margin: 0px auto
|
||||||
|
padding: 0px 20px
|
||||||
line-height: 1.4
|
line-height: 1.4
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user