فهرست منبع

fix: Bottom border missing from admin tabs menu

Owen Diffey 3 سال پیش
والد
کامیت
1d68962b0b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      frontend/src/pages/Admin/index.vue

+ 1 - 0
frontend/src/pages/Admin/index.vue

@@ -294,6 +294,7 @@ export default {
 		flex-grow: 1;
 		flex-shrink: 0;
 		justify-content: center;
+		border-bottom: 1px solid var(--light-grey-2);
 	}
 
 	.unverifiedsongs {