diff --git a/src/app.css b/src/app.css index 71c7d4d1..640e908e 100644 --- a/src/app.css +++ b/src/app.css @@ -8,19 +8,19 @@ html { .x-container { position: relative; - padding: 10px; + padding: 8px; overflow: hidden auto; box-sizing: border-box; min-width: 0; background: var(--background); height: calc(100% - 20px); - margin: 10px 0 10px 0; + margin: 8px 0 8px 0; border-radius: var(--radius); border: 1px solid var(--border); } .aside-collapsed .x-container { - margin-right: 10px; + margin-right: 8px; } html.dark .x-container { diff --git a/src/components/InstanceActionBar.vue b/src/components/InstanceActionBar.vue index 9080f728..e6fb259d 100644 --- a/src/components/InstanceActionBar.vue +++ b/src/components/InstanceActionBar.vue @@ -53,10 +53,9 @@ @@ -101,7 +100,7 @@ {{ t('dialog.user.info.instance_users') }}
@@ -268,7 +267,7 @@ const showLaunchButton = computed(() => props.showLaunch && checkCanInviteSelf(resolvedLaunchLocation.value)); const showInviteYourself = computed(() => props.showInvite && checkCanInviteSelf(resolvedInviteLocation.value)); - const inviteStyle = computed(() => (showLaunchButton.value ? 'margin-left: 5px' : '')); + const inviteStyle = computed(() => (showLaunchButton.value ? 'margin-left: 6px' : '')); const showRefreshButton = computed(() => props.showRefresh && typeof props.onRefresh === 'function'); const showHistoryButton = computed(() => props.showHistory && typeof props.onHistory === 'function'); diff --git a/src/components/LocationWorld.vue b/src/components/LocationWorld.vue index 713787d9..86721799 100644 --- a/src/components/LocationWorld.vue +++ b/src/components/LocationWorld.vue @@ -9,7 +9,7 @@ - + @@ -50,6 +50,9 @@ const groupName = ref(''); const isClosed = ref(false); + /** + * + */ function parse() { const locObj = props.locationobject; location.value = locObj.tag; @@ -94,6 +97,10 @@ } } + /** + * + * @param accessTypeNameRaw + */ function translateAccessType(accessTypeNameRaw) { const key = accessTypeLocaleKeyMap[accessTypeNameRaw]; if (!key) { @@ -118,10 +125,16 @@ { immediate: true } ); + /** + * + */ function showLaunchDialog() { launchStore.showLaunchDialog(location.value, shortName.value); } + /** + * + */ function showGroupDialog() { if (!location.value) return; const L = parseLocation(location.value); diff --git a/src/components/StatusBar.vue b/src/components/StatusBar.vue index f06c30da..f819ffa0 100644 --- a/src/components/StatusBar.vue +++ b/src/components/StatusBar.vue @@ -539,7 +539,7 @@ align-items: center; width: 100%; height: 100%; - padding: 0 6px; + padding: 0 8px; } .status-bar-left { @@ -561,7 +561,7 @@ display: flex; align-items: center; gap: 4px; - padding: 0 6px; + padding: 0 8px; height: 22px; white-space: nowrap; border-right: 1px solid var(--border); diff --git a/src/components/dialogs/AvatarDialog/AvatarDialog.vue b/src/components/dialogs/AvatarDialog/AvatarDialog.vue index 9014396f..87764512 100644 --- a/src/components/dialogs/AvatarDialog/AvatarDialog.vue +++ b/src/components/dialogs/AvatarDialog/AvatarDialog.vue @@ -16,16 +16,16 @@ style="width: 160px; height: 120px; border-radius: var(--radius-xl); object-fit: cover" loading="lazy" /> -
+
-
+
+ variant="outline"> {{ t('dialog.avatar.tags.public') }} - + {{ t('dialog.avatar.tags.private') }} - -  {{ t('dialog.avatar.tags.cache') }} {{ t('view.favorite.avatars.styles') }} {{ avatarDialog.ref.styles.secondary }} - + {{ t('dialog.avatar.tags.fallback') }} - {{ t('dialog.avatar.tags.impostor') }} v{{ avatarDialog.imposterVersion }} - + {{ t('dialog.avatar.tags.future_proofing') }}
-
+
- {{ + {{ t('dialog.avatar.info.memo') }} + style="margin-left: 6px">