diff --git a/theseus_gui/src/App.vue b/theseus_gui/src/App.vue
index 22f5b1f80..1c6be0253 100644
--- a/theseus_gui/src/App.vue
+++ b/theseus_gui/src/App.vue
@@ -9,12 +9,10 @@ import {
ClientIcon,
PlusIcon,
SettingsIcon,
- Button,
Avatar,
} from 'omorphia'
import { useTheming, useInstances } from '@/store/state'
import { toggleTheme } from '@/helpers/theme'
-import Instance from '@/components/ui/Instance.vue'
const route = useRoute()
const router = useRouter()
@@ -39,7 +37,9 @@ watch(theme, (newState) => {
-
+
@@ -194,7 +194,7 @@ watch(theme, (newState) => {
.nav-button {
height: 3rem;
width: 3rem;
- padding: .75rem;
+ padding: 0.75rem;
border-radius: var(--radius-md);
svg {
diff --git a/theseus_gui/src/assets/icons/index.js b/theseus_gui/src/assets/icons/index.js
index 6f4dbb10d..4f127ac0f 100644
--- a/theseus_gui/src/assets/icons/index.js
+++ b/theseus_gui/src/assets/icons/index.js
@@ -1,3 +1,3 @@
export { default as PlayIcon } from './play.svg'
export { default as OpenFolderIcon } from './folder-open.svg'
-export { default as BrowseIcon } from './folder-search.svg'
\ No newline at end of file
+export { default as BrowseIcon } from './folder-search.svg'
diff --git a/theseus_gui/src/components/GridDisplay.vue b/theseus_gui/src/components/GridDisplay.vue
index 1aab9f5b0..e25c7ddcb 100644
--- a/theseus_gui/src/components/GridDisplay.vue
+++ b/theseus_gui/src/components/GridDisplay.vue
@@ -1,13 +1,25 @@
@@ -266,4 +266,4 @@ Button {
height: 1px;
margin: var(--gap-xl) 0;
}
-
\ No newline at end of file
+
diff --git a/theseus_gui/src/pages/instance/Logs.vue b/theseus_gui/src/pages/instance/Logs.vue
index 0ddcd5b0e..35dd3bfce 100644
--- a/theseus_gui/src/pages/instance/Logs.vue
+++ b/theseus_gui/src/pages/instance/Logs.vue
@@ -4,21 +4,21 @@