diff --git a/app/assets/stylesheets/pages/_messages.scss b/app/assets/stylesheets/pages/_messages.scss index e169eeb..8a616a6 100644 --- a/app/assets/stylesheets/pages/_messages.scss +++ b/app/assets/stylesheets/pages/_messages.scss @@ -10,13 +10,11 @@ .chat { position: absolute; bottom: 100px; - width: 90%; + width: 75%; } } -#messages-container { - overflow: scroll; - overflow-x: hidden; +.information-container { height: 81%; padding: 38px; width: 90%; @@ -24,6 +22,12 @@ background-color: $light-gray; } +#messages-container { + overflow: scroll; + overflow-x: hidden; + height: 80%; +} + select:not([multiple]) { -webkit-appearance: none; -moz-appearance: none; @@ -119,6 +123,4 @@ select:not([multiple]) { .guyisbadass{ width: 85%; } -#chat-input { -} diff --git a/app/views/chat_rooms/show.html.erb b/app/views/chat_rooms/show.html.erb index 9451eaa..a9cb03f 100644 --- a/app/views/chat_rooms/show.html.erb +++ b/app/views/chat_rooms/show.html.erb @@ -19,7 +19,7 @@
-
+
-
-
- - - -
- +
+
+
+
+
+ +
+ +
+
+ + + +
+
+