chore: add github badge

This commit is contained in:
boojack
2022-07-15 22:17:11 +08:00
parent 1b50ab5dca
commit 8a91b0ad9d
11 changed files with 130 additions and 34 deletions

View File

@ -13,6 +13,11 @@
> .common-editor-inputer {
@apply flex-grow w-full !h-full max-h-full;
}
.tag-action > .tag-list {
@apply bottom-7;
top: unset;
}
}
}
@ -26,5 +31,23 @@
> .memo-editor {
@apply flex flex-col justify-start items-start relative w-full h-auto bg-white;
.tag-action {
@apply relative;
&:hover {
> .tag-list {
@apply flex;
}
}
> .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 bg-black;
> span {
@apply w-full text-white cursor-pointer rounded text-sm leading-6 px-2 hover:bg-gray-700;
}
}
}
}
}