1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

fix vertical position of cdm collapse button in floating title

This commit is contained in:
Andrew Dolgov 2017-02-13 22:49:20 +03:00
parent 20deb5fc32
commit 3eec1de393

View File

@ -1015,6 +1015,10 @@ span.collapseBtn {
cursor : pointer; cursor : pointer;
} }
span.collapseBtn img {
vertical-align : middle;
}
div.postContent h1 { div.postContent h1 {
font-size : 16px; font-size : 16px;
} }