diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 13:59:08 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 13:59:08 +0900 |
| commit | dca42fd6e67b4b7b4fe97428e792cc299d2afaa8 (patch) | |
| tree | dff466f076c9d048a26d5c9ef32fed09056e3edd /packages/frontend/src/components/MkNotifications.vue | |
| parent | 🎨 (diff) | |
| download | sharkey-dca42fd6e67b4b7b4fe97428e792cc299d2afaa8.tar.gz sharkey-dca42fd6e67b4b7b4fe97428e792cc299d2afaa8.tar.bz2 sharkey-dca42fd6e67b4b7b4fe97428e792cc299d2afaa8.zip | |
enhance(frontend): improve ux for touch devices
Diffstat (limited to 'packages/frontend/src/components/MkNotifications.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNotifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotifications.vue b/packages/frontend/src/components/MkNotifications.vue index 4275262429..9f75a75fb6 100644 --- a/packages/frontend/src/components/MkNotifications.vue +++ b/packages/frontend/src/components/MkNotifications.vue @@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkPagination ref="pagingComponent" :pagination="pagination"> <template #empty> <div class="_fullinfo"> - <img :src="infoImageUrl" class="_ghost"/> + <img :src="infoImageUrl" draggable="false"/> <div>{{ i18n.ts.noNotifications }}</div> </div> </template> |