Fix spacing of non-emoji icons in the docs navbar (#341)

* Fix spacing of non-emoji icons in the docs navbar

* Create 341.docs

* towncrier being picky
This commit is contained in:
Kim Brose 2022-05-09 15:54:15 +02:00 committed by GitHub
parent e9303d0fb3
commit e9c6afdc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

1
changelog.d/341.doc Normal file
View File

@ -0,0 +1 @@
Fix spacing of non-emoji icons in the docs navbar

View File

@ -29,25 +29,25 @@
/* icons for headers */
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(2) strong:after {
content: url('/matrix-hookshot/latest/icons/feeds.png')
content: ' ' url('/matrix-hookshot/latest/icons/feeds.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(3) strong:after {
content: url('/matrix-hookshot/latest/icons/figma.png')
content: ' ' url('/matrix-hookshot/latest/icons/figma.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(4) strong:after {
content: url('/matrix-hookshot/latest/icons/github.png')
content: ' ' url('/matrix-hookshot/latest/icons/github.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(5) strong:after {
content: url('/matrix-hookshot/latest/icons/gitlab.png')
content: ' ' url('/matrix-hookshot/latest/icons/gitlab.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(6) strong:after {
content: url('/matrix-hookshot/latest/icons/jira.png')
content: ' ' url('/matrix-hookshot/latest/icons/jira.png')
}
.chapter > li:nth-child(3) > ol:nth-child(1) > li:nth-child(7) strong:after {
content: url('/matrix-hookshot/latest/icons/webhooks.png')
content: ' ' url('/matrix-hookshot/latest/icons/webhooks.png')
}