Browse Source

Add margin to member and assignee avatars

Nadav Tasher 1 year ago
parent
commit
d63507dd97
2 changed files with 2 additions and 1 deletions
  1. 1 1
      client/components/cards/cardDetails.css
  2. 1 0
      client/components/users/userAvatar.css

+ 1 - 1
client/components/cards/cardDetails.css

@@ -5,7 +5,7 @@
   float: left;
   height: 30px;
   width: 30px;
-  margin: 0 4px 4px 0;
+  margin: .3vh;
   cursor: pointer;
   user-select: none;
   z-index: 1;

+ 1 - 0
client/components/users/userAvatar.css

@@ -5,6 +5,7 @@
   float: left;
   height: 30px;
   width: 30px;
+  margin: .3vh;
   cursor: pointer;
   user-select: none;
   z-index: 1;