浏览代码

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 {