summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-13 22:49:20 +0300
committerAndrew Dolgov <[email protected]>2017-02-13 22:49:20 +0300
commit3eec1de3937cd079e1190edad88f1b041f98e2b8 (patch)
tree970acf3cda2c754ab9524df05ed91f0c4ab8622b /css
parent20deb5fc3262a60a28739542152ea84174587586 (diff)
fix vertical position of cdm collapse button in floating title
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 6476d705e..b6469c094 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1015,6 +1015,10 @@ span.collapseBtn {
cursor : pointer;
}
+span.collapseBtn img {
+ vertical-align : middle;
+}
+
div.postContent h1 {
font-size : 16px;
}