diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 156116e0..8d0e06cd 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -21,6 +21,7 @@ margin: 10px 0; width: 300px; .conversations { + overflow-y: scroll; height: calc(100% - 20px); width: 100%; } @@ -98,7 +99,7 @@ input.search { input.search { height: $header-height - 10px; - width: 280px; + width: 270px; background: rgba(255,255,255,0.2); margin: 10px; padding: 5px; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 3ac7b8bf..41094b3e 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -421,6 +421,7 @@ img.emoji { margin: 10px 0; width: 300px; } .gutter .conversations { + overflow-y: scroll; height: calc(100% - 20px); width: 100%; } @@ -476,7 +477,7 @@ input.search { background-color: #ebebeb; } .tool-bar input.search { height: 26px; - width: 280px; + width: 270px; background: rgba(255, 255, 255, 0.2); margin: 10px; padding: 5px; }