mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
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:
parent
e9303d0fb3
commit
e9c6afdc44
1
changelog.d/341.doc
Normal file
1
changelog.d/341.doc
Normal file
@ -0,0 +1 @@
|
||||
Fix spacing of non-emoji icons in the docs navbar
|
@ -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')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user