diff --git a/static/css/directives/ui/repo-list-grid.css b/static/css/directives/ui/repo-list-grid.css
index 786cc793c..868e49e46 100644
--- a/static/css/directives/ui/repo-list-grid.css
+++ b/static/css/directives/ui/repo-list-grid.css
@@ -50,6 +50,14 @@
 
 .repo-list-title .starred {
   color: #ffba6d;
+  display: inline-block;
+  text-align: center;
+  width: 24px;
+  margin-right: 6px;
+}
+
+.repo-list-title .avatar {
+  margin-right: 6px !important;
 }
 
 .repo-panel {