Forráskód Böngészése

fix: Bottom border missing from admin tabs menu

Owen Diffey 3 éve
szülő
commit
1d68962b0b
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {