chore: update signin page (#410)

* chore: update signin page

* chore: update version `v0.7.1`
This commit is contained in:
boojack
2022-11-04 20:28:16 +08:00
committed by GitHub
parent 8e2844e0c5
commit 0d6281ef6b
9 changed files with 22 additions and 21 deletions

View File

@ -85,10 +85,10 @@
}
> .tag-list {
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-32 max-h-52 overflow-auto font-mono bg-black;
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-36 max-h-52 overflow-auto font-mono bg-black;
> .item-container {
@apply w-full text-white cursor-pointer rounded text-sm leading-6 px-2 hover:bg-gray-700;
@apply w-full text-white cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-gray-700;
}
> .tip-text {