diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 0238e8d9..c7c34ec5 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -804,7 +804,7 @@ right: 0; width: 6px; height: 6px; - background-color: #ef4444; + background-color: var(--color-red-500); border-radius: 50%; transform: translateY(-50%); } @@ -815,7 +815,7 @@ right: 0; width: 6px; height: 6px; - background-color: #ef4444; + background-color: var(--color-red-500); border-radius: 50%; transform: translateY(-50%); } diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index f819ffa0..7658a1cd 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -616,7 +616,7 @@ .ws-sparkline { flex-shrink: 0; - border-radius: 2px; + border-radius: var(--radius-sm); } .status-bar-zoom-field { diff --git a/src/components/dialogs/GroupDialog/GallerySelectDialog.vue b/src/components/dialogs/GroupDialog/GallerySelectDialog.vue index a501cc70..6f9596d6 100644 --- a/src/components/dialogs/GroupDialog/GallerySelectDialog.vue +++ b/src/components/dialogs/GroupDialog/GallerySelectDialog.vue @@ -7,7 +7,7 @@
{{ t('dialog.gallery_select.gallery') }} - {{ galleryTable.length }}/64 + {{ galleryTable.length }}/64
+ class="border-t border-border" + style="width: 100%; margin-top: 8px">
@@ -1109,7 +1110,7 @@ v-slot:[`label-${index}`]> - {{ + {{ groupDialog.galleries[gallery.id] ? groupDialog.galleries[gallery.id].length : 0 }} @@ -1117,7 +1118,7 @@ v-for="(gallery, index) in groupDialog.ref.galleries" :key="`content-${index}`" v-slot:[String(index)]> - +
{{ t('dialog.group_member_moderation.sent_invites') }} - {{ + {{ groupInvitesModerationTable.data.length }} @@ -214,7 +214,7 @@ {{ t('dialog.group_member_moderation.join_requests') }} - {{ + {{ groupJoinRequestsModerationTable.data.length }} @@ -222,7 +222,7 @@ {{ t('dialog.group_member_moderation.blocked_requests') }} - {{ + {{ groupBlockedModerationTable.data.length }} diff --git a/src/components/dialogs/UserDialog/UserDialog.vue b/src/components/dialogs/UserDialog/UserDialog.vue index f7e58fa0..6f77ee61 100644 --- a/src/components/dialogs/UserDialog/UserDialog.vue +++ b/src/components/dialogs/UserDialog/UserDialog.vue @@ -21,9 +21,9 @@