changeset 7383:618f2158562e

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.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 16 Sep 2018 21:05:06 +0200
parents acadcb01edda
children fb493f3ed4e3
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;