diff --git a/frontend/src/components/AppRail/CustomizeSidebarDialog.vue b/frontend/src/components/AppRail/CustomizeSidebarDialog.vue
index 3e2d177e7..4cb677257 100644
--- a/frontend/src/components/AppRail/CustomizeSidebarDialog.vue
+++ b/frontend/src/components/AppRail/CustomizeSidebarDialog.vue
@@ -28,7 +28,7 @@
:key="community.name"
data-sortable-section="shown"
:data-sortable-id="community.name"
- class="group relative flex min-h-8 w-full touch-none cursor-grab select-none items-center gap-2 rounded-4 px-1.5 py-0.5 text-left text-ink-gray-8 hover:bg-surface-gray-1"
+ class="group relative flex min-h-8 w-full touch-none cursor-grab select-none items-center gap-2 rounded-4 px-1.5 py-0.5 text-start text-ink-gray-8 hover:bg-surface-gray-1"
:class="getCommunityRowClasses(community.name)"
:style="getItemStyle(community.name, 'shown')"
@pointerdown="startPointerDrag($event, community.name, 'shown')"
@@ -84,7 +84,7 @@
:key="community.name"
data-sortable-section="hidden"
:data-sortable-id="community.name"
- class="group relative flex min-h-8 w-full touch-none cursor-grab select-none items-center gap-2 rounded-5 px-1.5 py-0.5 text-left text-ink-gray-8 hover:bg-surface-gray-1"
+ class="group relative flex min-h-8 w-full touch-none cursor-grab select-none items-center gap-2 rounded-5 px-1.5 py-0.5 text-start text-ink-gray-8 hover:bg-surface-gray-1"
:class="getCommunityRowClasses(community.name)"
:style="getItemStyle(community.name, 'hidden')"
@pointerdown="startPointerDrag($event, community.name, 'hidden')"
diff --git a/frontend/src/components/AppSidebar.vue b/frontend/src/components/AppSidebar.vue
index 9778d54c9..fae223af7 100644
--- a/frontend/src/components/AppSidebar.vue
+++ b/frontend/src/components/AppSidebar.vue
@@ -59,7 +59,7 @@
row hover/focus while the "…" menu fades in. The group is
SidebarItem's root (`group/sidebar-item`).
-->
-
+
diff --git a/frontend/src/components/AppSidebarLink.vue b/frontend/src/components/AppSidebarLink.vue
index 8ac776f40..5c1ed2287 100644
--- a/frontend/src/components/AppSidebarLink.vue
+++ b/frontend/src/components/AppSidebarLink.vue
@@ -11,7 +11,7 @@
-
diff --git a/frontend/src/components/CommandPalette/CommandPalette.vue b/frontend/src/components/CommandPalette/CommandPalette.vue
index 6ea687f43..0f4178acb 100644
--- a/frontend/src/components/CommandPalette/CommandPalette.vue
+++ b/frontend/src/components/CommandPalette/CommandPalette.vue
@@ -6,14 +6,14 @@
-
+
-
to navigate
+
to navigate
- to select
+ to select
esc
- to close
+ to close
K
- to open
+ to open
diff --git a/frontend/src/components/CommandPalette/Item.vue b/frontend/src/components/CommandPalette/Item.vue
index da419389e..11551be8d 100644
--- a/frontend/src/components/CommandPalette/Item.vue
+++ b/frontend/src/components/CommandPalette/Item.vue
@@ -4,21 +4,21 @@
>
-
+
{{ dayjsLocal(item.modified).fromNow(true) }}
-
+
{{ item.suffix }}
diff --git a/frontend/src/components/CommandPalette/ItemProject.vue b/frontend/src/components/CommandPalette/ItemProject.vue
index e095e4f43..7b83482b2 100644
--- a/frontend/src/components/CommandPalette/ItemProject.vue
+++ b/frontend/src/components/CommandPalette/ItemProject.vue
@@ -1,6 +1,6 @@
-
+
{{ item.title }}
-
+