diff --git a/webpack/scss/container.scss b/webpack/scss/container.scss index 11f3290..468c476 100644 --- a/webpack/scss/container.scss +++ b/webpack/scss/container.scss @@ -75,7 +75,7 @@ z-index: 100; - div.message-stack{ + section.message-stack{ display: flex; height: calc( 100% - #{$input-height} ); @@ -175,7 +175,7 @@ } - div.message-input{ + section.message-input{ display: block; height: $input-height; diff --git a/webpack/vue/channel.vue b/webpack/vue/channel.vue index 9362a3d..127f04c 100644 --- a/webpack/vue/channel.vue +++ b/webpack/vue/channel.vue @@ -8,7 +8,7 @@
-
+
@@ -19,10 +19,10 @@ {{ m.msg }}
-
+ -
-
+
+