fix: tag regex (#76)

* fix: tag regex

* fix: tag styles

* chore: remove usused codes
This commit is contained in:
STEVEN
2022-06-19 11:34:49 +08:00
committed by GitHub
parent cd7000da70
commit 1733ed670c
4 changed files with 11 additions and 18 deletions

View File

@ -3,7 +3,7 @@
.memo-wrapper {
.flex(column, flex-start, flex-start);
@apply w-full max-w-full p-3 px-4 mt-2 bg-white rounded-lg border border-transparent hover:border-gray-200;
@apply w-full max-w-full p-3 px-4 mt-2 bg-white rounded-lg border border-white hover:border-gray-200;
&.deleted-memo {
@apply border-gray-200;
@ -27,7 +27,7 @@
> .more-action-btns-wrapper {
.flex(column, flex-start, center);
@apply absolute flex-nowrap;
@apply absolute flex-nowrap hover:flex;
top: calc(100% - 8px);
right: -16px;
width: auto;
@ -36,10 +36,6 @@
z-index: 1;
display: none;
&:hover {
display: flex;
}
> .more-action-btns-container {
width: 112px;
height: auto;
@ -92,7 +88,7 @@
}
> .memo-content-text {
@apply w-full;
@apply w-full h-auto;
}
> .images-wrapper {