-
+
- {{ row.label }}
-
-
-
+
+
+ {{ row.label }}
+
+
+
handleInstanceRightClick(event, instance)"
/>
@@ -308,16 +337,21 @@ onUnmounted(() => {
.instances {
display: grid;
- grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
- grid-gap: 1rem;
+ grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
+ grid-gap: 0.75rem;
width: 100%;
+
+ &.compact {
+ grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
+ gap: 0.75rem;
+ }
}
.projects {
display: grid;
width: 100%;
grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
- grid-gap: 1rem;
+ grid-gap: 0.75rem;
.item {
width: 100%;
diff --git a/apps/app-frontend/src/components/ui/Instance.vue b/apps/app-frontend/src/components/ui/Instance.vue
index 7630f0e9c..7d0249486 100644
--- a/apps/app-frontend/src/components/ui/Instance.vue
+++ b/apps/app-frontend/src/components/ui/Instance.vue
@@ -1,8 +1,8 @@
-
-
+
+