diff --git a/src/app.scss b/src/app.scss
index 2d01d568..08b0e125 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -759,6 +759,10 @@ i.x-status-icon.red {
max-height: 100%;
}
+.el-card.x-image-selected {
+ border-color: var(--el-color-primary) !important;
+}
+
// .el-tree-node {
// white-space: normal;
// }
@@ -977,10 +981,6 @@ i.x-status-icon.red {
// top: 2px;
// }
-// .max-height-el-select .el-select-dropdown__wrap {
-// max-height: 83vh;
-// }
-
// .el-pagination .el-input .el-input__icon {
// line-height: 22px;
// }
diff --git a/src/components/dialogs/SendBoopDialog.vue b/src/components/dialogs/SendBoopDialog.vue
index d9b93a46..a147c32c 100644
--- a/src/components/dialogs/SendBoopDialog.vue
+++ b/src/components/dialogs/SendBoopDialog.vue
@@ -110,43 +110,7 @@
clearable
:placeholder="t('dialog.boop_dialog.select_emoji')"
size="small"
- style="width: 100%"
- popper-class="max-height-el-select">
-
-
-
-
-
-
-
-
-
-
-
-
+ style="width: 100%">
+
+
+
+
+
+
+
+
![]()
+
+
+
+
4) framesPerLine = 4;
if (frameCount > 16) framesPerLine = 8;
const animationDurationMs = (1000 / fps) * frameCount;
const frameSize = 1024 / framesPerLine;
- const scale = 100 / (frameSize / 200);
+ const scale = 100 / (frameSize / size);
const animStyle = loopStyle === 'pingpong' ? 'alternate' : 'none';
const style = `
transform: scale(${scale / 100});
diff --git a/src/views/Notifications/Notification.vue b/src/views/Notifications/Notification.vue
index 68d3a740..7e127348 100644
--- a/src/views/Notifications/Notification.vue
+++ b/src/views/Notifications/Notification.vue
@@ -592,6 +592,9 @@
notificationRequest
.sendNotificationResponse(params)
.then((json) => {
+ if (!json) {
+ return;
+ }
const args = {
json,
params
diff --git a/src/views/Tools/dialogs/GalleryDialog.vue b/src/views/Tools/dialogs/GalleryDialog.vue
index a77b02b9..92af5e98 100644
--- a/src/views/Tools/dialogs/GalleryDialog.vue
+++ b/src/views/Tools/dialogs/GalleryDialog.vue
@@ -194,7 +194,9 @@
{{ t('dialog.gallery_icons.upload') }}
-
+
+
+
{{ t('dialog.gallery_icons.emoji_animation_styles') }}
-
+
{{ t('dialog.gallery_icons.emoji_animation_type') }}
@@ -266,7 +268,8 @@
image.versions[image.versions.length - 1].file.url,
image.framesOverTime,
image.frames,
- image.loopStyle
+ image.loopStyle,
+ 200
)
">