chore: update sharing image preview

This commit is contained in:
boojack
2022-06-25 09:58:00 +08:00
parent cad4db128b
commit 8cb3994022
7 changed files with 27 additions and 180 deletions

View File

@ -11,7 +11,7 @@
}
> .split-line {
@apply h-full px-px bg-gray-100 absolute top-1 left-6 z-0 -ml-px;
@apply h-full px-px bg-gray-50 absolute top-1 left-6 z-0 -ml-px;
}
> .time-wrapper {
@ -28,7 +28,7 @@
}
> .images-container {
@apply flex flex-col justify-start items-start w-full;
@apply flex flex-col justify-start items-start mt-1 w-full;
> img {
@apply w-full h-auto rounded mb-2 last:mb-0;