diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-02-13 22:49:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-02-13 22:49:20 +0300 |
| commit | 3eec1de3937cd079e1190edad88f1b041f98e2b8 (patch) | |
| tree | 970acf3cda2c754ab9524df05ed91f0c4ab8622b | |
| parent | 20deb5fc3262a60a28739542152ea84174587586 (diff) | |
fix vertical position of cdm collapse button in floating title
| -rw-r--r-- | css/tt-rss.css | 4 |
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; } |