diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index e6f3aa50c..842ea5cea 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -765,12 +765,14 @@ input[type="radio"]:checked + label + div.tab {
.inner-left {
display: flex;
order: 1;
+ margin-right: 16px;
}
.inner-right {
display: flex;
width: 25%;
order: 2;
+ height: calc(100vh - 80px)
}
@media (max-width: $responsiveWidth) {
diff --git a/components/collections/collection.vue b/components/collections/collection.vue
index e58e09b18..bd29b59b7 100644
--- a/components/collections/collection.vue
+++ b/components/collections/collection.vue
@@ -9,30 +9,7 @@
{{ collection.name }}
-
-
-
-
-
-
+
@@ -40,12 +17,11 @@
@@ -62,12 +38,12 @@
diff --git a/components/collections/folder.vue b/components/collections/folder.vue
index 3517c6277..0fd38c244 100644
--- a/components/collections/folder.vue
+++ b/components/collections/folder.vue
@@ -9,30 +9,11 @@
{{ folder.name }}
-
-
-
-
-
+
-
-
-
+
+
+
diff --git a/components/collections/request.vue b/components/collections/request.vue
index 32de9bfe5..f9103a537 100644
--- a/components/collections/request.vue
+++ b/components/collections/request.vue
@@ -6,34 +6,11 @@
{{ request.name }}
-
-
-
-
-
+
-
-
-
+
+
+
diff --git a/components/history.vue b/components/history.vue
index 8d101c156..d53decc90 100644
--- a/components/history.vue
+++ b/components/history.vue
@@ -13,67 +13,46 @@
-
-
-
-
- history
+
+ access_time
-
- -
-
- Label
-
-
- -
-
- Time
-
-
- -
-
- Status
-
-
- -
-
- URL
-
-
- -
-
- Path
-
-
-
-
-
- -
-
- Duration (ms)
-
-
- -
-
- Pre-script
-
-
-
-
-
-
-
-
-
- clear_all
+
+ assistant
+
-
+
+ language
+
+
+
-
+
+ http
+
+
+
+ -
+
+ -
+
+ timer
+
+
+ -
+
+ code
+
+
+
+
+
-
+
-
+
+ {{ entry.status }}
+
- -
-
- {{ entry.status }}
-
-
-
-
-
-
- delete
-
-
- -
-
- edit
-
-
-
+
+
+ more_vert
+
+
+
+
+ edit
+ Use
+
+
+
+
+ delete
+ Delete
+
+
+
+
@@ -239,22 +229,22 @@
- Ctrl G
+ ⌘ G
- Ctrl S
+ ⌘ S
- Ctrl K
+ ⌘ K
- Ctrl L
+ ⌘ L
diff --git a/pages/index.vue b/pages/index.vue
index b77be31da..c3932348f 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -642,18 +642,18 @@