Jelajahi Sumber

Fixed issues with moderator badge eligiblity on team page

theflametrooper 8 tahun lalu
induk
melakukan
9abb4642e8
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      backend/logic/cache/index.js
  2. 2 2
      frontend/components/pages/Team.vue

+ 2 - 2
backend/logic/cache/index.js

@@ -175,11 +175,11 @@ const lib = {
 				});
 				subs[channel].client.subscribe(channel);
 			}
-			
+
 			subs[channel].cbs.push(cb);
 		}
 	}
 
 };
 
-module.exports = lib;
+module.exports = lib;

+ 2 - 2
frontend/components/pages/Team.vue

@@ -230,7 +230,7 @@
 	}
 
 	.custom-tag {
-		padding: 2px 5px;
+		padding: 2px 7px;
 		border-radius: 10px;
 		display: inline-block;
 	}
@@ -246,7 +246,7 @@
 	}
 
 	.custom-tag.light-green {
-		background-color: #00f472;
+		background-color: #019875;
 		color: white;
 	}
 </style>