diff --git a/src/pages/popup/hello.htm b/src/pages/popup/hello.htm
index c9b6fc6..7fd3b4f 100644
--- a/src/pages/popup/hello.htm
+++ b/src/pages/popup/hello.htm
@@ -39,7 +39,7 @@
-
+
@@ -48,7 +48,7 @@
-
+
@@ -57,7 +57,7 @@
-
+
@@ -65,7 +65,7 @@
-
+
diff --git a/src/scripts/pages/hello.js b/src/scripts/pages/hello.js
index 82f0895..75c4a09 100644
--- a/src/scripts/pages/hello.js
+++ b/src/scripts/pages/hello.js
@@ -7,7 +7,6 @@
import {global} from "/scripts/secretariat.js";
import Page from "/scripts/pages/page.js";
import texts from "/scripts/mapping/read.js";
-import nested from "/scripts/utils/nested.js";
class Page_MiniConfig extends Page {
constructor () {
@@ -97,6 +96,7 @@ class Page_MiniConfig extends Page {
const set_classes = () => {
Object.keys(ELEMENTS[STEP_NUMBER][`container`]).forEach((PART) => {
ELEMENTS[STEP_NUMBER][`container`][PART].classList.add(`card`.concat(([`container`].includes(PART)) ? `` : `-`.concat(PART)));
+ [`container`].includes(PART) ? ELEMENTS[STEP_NUMBER][`container`][PART].classList.add(`horizontal`) : null;
});
}