diff --git a/.gitignore b/.gitignore index 6e21a9c..7e636d4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,3 @@ node_modules yarn-error.log .byebug_history .env* -translation-credentials.json 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 @@