diff --git a/testapp/public/css/home.css b/testapp/public/css/home.css index 4a6d008..8feb4b9 100644 --- a/testapp/public/css/home.css +++ b/testapp/public/css/home.css @@ -27,6 +27,10 @@ html { transform: translate(-50%, -50%); } +.action-buttons-container { + display: inline-flex; + gap: 2px; +} .rooms-container { flex: 2; background: white; diff --git a/testapp/public/views/index.mustache b/testapp/public/views/index.mustache index 4c51307..6984f67 100644 --- a/testapp/public/views/index.mustache +++ b/testapp/public/views/index.mustache @@ -21,17 +21,31 @@
-
-
- -
+
+
+
+ +
+
+
+
+ +
+
+ {{#rooms.length}}