Martin Edenhofer 9 лет назад
Родитель
Сommit
48bd07ad7d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app/assets/stylesheets/zammad.css.scss

+ 3 - 3
app/assets/stylesheets/zammad.css.scss

@@ -2112,7 +2112,7 @@ footer {
 
   :not(.navigation) .unique.avatar.vip {
     border: 2px dotted;
-    line-height: 40px;
+    line-height: 36px;
   }
 
   .unique.avatar.size-50 {
@@ -2121,7 +2121,7 @@ footer {
   }
 
   :not(.navigation) .unique.avatar.size-50.vip {
-    line-height: 50px;
+    line-height: 46px;
   }
 
   .unique.avatar.size-80 {
@@ -2131,7 +2131,7 @@ footer {
 
   :not(.navigation) .unique.avatar.size-80.vip {
     font-size: 20px;
-    line-height: 82px;
+    line-height: 78px;
   }
 
 .sidebar {