فهرست منبع

fix avatar spacing in header

jomo 9 سال پیش
والد
کامیت
1e979042e6
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      lib/public/stylesheets/style.css

+ 2 - 1
lib/public/stylesheets/style.css

@@ -145,13 +145,14 @@ code {
 #avatar-wrapper {
 #avatar-wrapper {
   height: 64px;
   height: 64px;
   overflow: hidden;
   overflow: hidden;
+  font-size: 0;
 }
 }
 
 
 .avatar {
 .avatar {
   width: 64px;
   width: 64px;
   height: 64px;
   height: 64px;
   display: inline-block;
   display: inline-block;
-  margin-right: 0.5em;
+  margin-right: 6px;
 }
 }
 
 
 .avatar.jomo {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")}
 .avatar.jomo {background-image: url("/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=64")}