# HG changeset patch # User Thomas De Schampheleire # Date 1537124706 -7200 # Node ID 618f2158562e3c1715b7abb3eaaca32ac29d2a71 # Parent acadcb01edda2b132659b1a371a3dab60a234f9a style: vertically align comment bubble icon The icon of the comment bubble is slightly off-center vertically (too low). This problem can be solved by reducing the line height instead of using the default of 20px. diff -r acadcb01edda -r 618f2158562e kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Sun Sep 16 21:03:30 2018 +0200 +++ b/kallithea/public/less/kallithea-diff.less Sun Sep 16 21:05:06 2018 +0200 @@ -183,6 +183,7 @@ background: @kallithea-theme-main-color; width: 16px; height: 16px; + line-height: 14px; cursor: pointer; padding: 0 2px 2px 0.5px; border: 1px solid @kallithea-theme-main-color;