-
{shortcutImgUrl ? "Right click or long press to save image 👇" : "Generating the screenshot..."}
+
{shortcutImgUrl ? "Click or press to save the image 👇" : "Generating the screenshot..."}
-
+
{memo.createdAtStr}
diff --git a/web/src/less/preview-image-dialog.less b/web/src/less/preview-image-dialog.less
index d041a2ff..51c78688 100644
--- a/web/src/less/preview-image-dialog.less
+++ b/web/src/less/preview-image-dialog.less
@@ -7,11 +7,15 @@
@apply flex flex-col justify-center items-center relative w-full h-full p-0;
background-color: unset;
- > .close-btn {
- @apply fixed top-8 right-8 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300 z-10 shadow-md hover:opacity-70;
+ > .btns-container {
+ @apply fixed top-8 right-8 flex flex-col justify-start items-center;
- > .icon-img {
- @apply w-6 h-auto;
+ > .btn {
+ @apply mb-3 last:mb-0 w-8 h-8 p-1 cursor-pointer rounded opacity-90 bg-gray-300 z-10 shadow-md hover:opacity-70;
+
+ > .icon-img {
+ @apply w-6 h-auto;
+ }
}
}