소스 검색

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 {