Fix navbar.

This commit is contained in:
FireMasterK
2021-12-27 14:46:33 +00:00
parent d0c45650de
commit d9283b2762
5 changed files with 16 additions and 13 deletions

View File

@@ -127,7 +127,11 @@ b {
.dark .input,
.dark .select,
.dark .btn {
@apply text-gray-400 bg-dark-400 w-auto;
@apply text-gray-400 bg-dark-400 w-auto h-full;
}
.input {
@apply pl-2.5;
}
.dark hr {