summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-27 18:15:05 +0300
committerAndrew Dolgov <[email protected]>2020-11-27 18:15:05 +0300
commitd7973fe1b66a6eee4a619e2d365977ed8e5486b2 (patch)
tree66976918e62933eca076f51c5dd663f76cc1b5d7 /themes/light
parentd1ee30d1ba75be8726143eba1d8ae452d9ce81e7 (diff)
use more consistent margins for left toolbar icons
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 87de9c621..5a0f8542d 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -827,6 +827,10 @@ body.ttrss_main {
color : #ddba1c;
}
+ i {
+ margin : 0 4px;
+ }
+
#toolbar-headlines {
padding-right : 4px;
flex-grow : 2;
@@ -837,9 +841,8 @@ body.ttrss_main {
display : flex;
align-items : center;
- img {
- vertical-align : middle;
- margin-right : 8px;
+ #feed_title {
+ margin-left : 4px;
}
}