make feed-link clickable

This commit is contained in:
Jan Fader 2022-05-22 12:32:32 +02:00
parent f8c6877c16
commit 21aab53e09
No known key found for this signature in database
GPG Key ID: 1A6BDEFB0E27FA44

View File

@ -737,4 +737,8 @@ ul.language-select > li, ul.footer-menu > li {
#isso-thread .textarea {
color: #000;
}
#isso-thread .isso-feedlink {
position: relative;
z-index: 1;
}
{{ end }}