[epiphany/wip/exalm/elementary7: 3/4] theme: Adjust icon layout for elementary



commit fab7fae03bc44bf4b5dae981410cb37ed39774d1
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 24 23:20:50 2019 +0500

    theme: Adjust icon layout for elementary
    
    Reduce the distance even further.

 src/resources/themes/elementary.scss | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/src/resources/themes/elementary.scss b/src/resources/themes/elementary.scss
index d0686762b..90240230f 100644
--- a/src/resources/themes/elementary.scss
+++ b/src/resources/themes/elementary.scss
@@ -12,7 +12,19 @@ $variant: 'light';
   margin-bottom: 6px;
 }
 
+// entry icons
+.entry_icon_box {
+  margin-left: 3px;
+  margin-right: 1px;
+
+  &:dir(rtl) {
+    margin-left: 1px;
+    margin-right: 3px;
+  }
+}
+
 .entry_icon {
+  margin: 0 3px;
   color: themecolor(internal_element_color);
   transition: all 200ms ease-in-out;
   -gtk-icon-palette: needs-attention themecolor(attention_color),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]