diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index 79243c3c..6eda2bc5 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -765,7 +765,7 @@ provideAppUpdateDownloadProgress(appUpdateDownload) > -
+
diff --git a/apps/app-frontend/src/components/ui/AccountsCard.vue b/apps/app-frontend/src/components/ui/AccountsCard.vue index 54f0c510..493ce451 100644 --- a/apps/app-frontend/src/components/ui/AccountsCard.vue +++ b/apps/app-frontend/src/components/ui/AccountsCard.vue @@ -284,7 +284,7 @@ onUnmounted(() => { z-index: 11; gap: 0.5rem; padding: 1rem; - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); width: max-content; user-select: none; -ms-user-select: none; @@ -380,7 +380,7 @@ onUnmounted(() => { text-align: left; &.expanded { - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); padding: 1rem; } } diff --git a/apps/app-frontend/src/components/ui/ContextMenu.vue b/apps/app-frontend/src/components/ui/ContextMenu.vue index c858eaa3..e778190f 100644 --- a/apps/app-frontend/src/components/ui/ContextMenu.vue +++ b/apps/app-frontend/src/components/ui/ContextMenu.vue @@ -119,7 +119,7 @@ onBeforeUnmount(() => { background-color: var(--color-raised-bg); border-radius: var(--radius-md); box-shadow: var(--shadow-floating); - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); margin: 0; position: fixed; z-index: 1000000; @@ -163,7 +163,7 @@ onBeforeUnmount(() => { } .divider { - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); margin: var(--gap-sm); pointer-events: none; } diff --git a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue index 29fb8687..83dee767 100644 --- a/apps/app-frontend/src/components/ui/InstanceCreationModal.vue +++ b/apps/app-frontend/src/components/ui/InstanceCreationModal.vue @@ -34,7 +34,7 @@

Game version

-
+
- +
@@ -546,12 +546,6 @@ const next = async () => { font-style: italic; } -.versions { - display: flex; - flex-direction: row; - gap: 1rem; -} - :deep(button.checkbox) { border: none; } diff --git a/apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue b/apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue index 64e5bd26..7186203c 100644 --- a/apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue +++ b/apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue @@ -69,7 +69,7 @@ onUnmounted(() => {
-
+
diff --git a/apps/app-frontend/src/components/ui/RunningAppBar.vue b/apps/app-frontend/src/components/ui/RunningAppBar.vue index 38194119..53f05036 100644 --- a/apps/app-frontend/src/components/ui/RunningAppBar.vue +++ b/apps/app-frontend/src/components/ui/RunningAppBar.vue @@ -293,7 +293,7 @@ onBeforeUnmount(() => { align-items: center; gap: 0.5rem; border-radius: var(--radius-md); - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); padding: var(--gap-sm) var(--gap-lg); } @@ -356,7 +356,7 @@ onBeforeUnmount(() => { gap: 1rem; overflow: auto; transition: all 0.2s ease-in-out; - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); &.hidden { transform: translateY(-100%); @@ -454,7 +454,7 @@ onBeforeUnmount(() => { flex-direction: column; overflow: auto; transition: all 0.2s ease-in-out; - border: 1px solid var(--color-button-bg); + border: 1px solid var(--color-divider); padding: var(--gap-md); &.hidden { diff --git a/apps/app-frontend/src/components/ui/world/InstanceItem.vue b/apps/app-frontend/src/components/ui/world/InstanceItem.vue index f03f11cd..61fa1f9d 100644 --- a/apps/app-frontend/src/components/ui/world/InstanceItem.vue +++ b/apps/app-frontend/src/components/ui/world/InstanceItem.vue @@ -130,7 +130,7 @@ onUnmounted(() => { />
- - - - - - diff --git a/apps/frontend/src/components/ui/NavStack.vue b/apps/frontend/src/components/ui/NavStack.vue index 43d1188e..24f183dc 100644 --- a/apps/frontend/src/components/ui/NavStack.vue +++ b/apps/frontend/src/components/ui/NavStack.vue @@ -1,6 +1,8 @@