# HG changeset patch # User Thomas De Schampheleire # Date 2018-09-16 19:05:06 # 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 --git a/kallithea/public/less/kallithea-diff.less b/kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less +++ b/kallithea/public/less/kallithea-diff.less @@ -183,6 +183,7 @@ BIN_FILENODE = 6 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;