Parcourir la source

Improve badge css

Zed il y a 7 ans
Parent
commit
da03515695
1 fichiers modifiés avec 5 ajouts et 6 suppressions
  1. 5 6
      public/style.css

+ 5 - 6
public/style.css

@@ -82,7 +82,6 @@ a:hover {
     padding: 0;
     display: flex;
     justify-content: space-between;
-    line-height: 18px;
 }
 
 .status-el .media-heading .heading-name-row .name-and-account-name {
@@ -115,8 +114,12 @@ a:hover {
     border-radius: 50%;
     display: inline-block;
     text-align: center;
+    vertical-align: middle;
     margin-left: 4px;
-    width: 18px;
+    height: 14px;
+    width: 14px;
+    font-size: 10px;
+    margin-bottom: 2px;
 }
 
 .status-el .media-heading .heading-right {
@@ -401,10 +404,6 @@ nav {
     text-overflow: ellipsis;
 }
 
-.profile-card-name span {
-    width: 22px;
-}
-
 .profile-card-username {
     font-size: 14px;
 }