Changeset - 618f2158562e
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2018-09-16 21:05:06
thomas.de_schampheleire@nokia.com
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.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/kallithea-diff.less
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)