Browse Source

Fix input wrapper width in channel & chat creation

master
morethanwords 4 years ago
parent
commit
2a7797dca4
  1. 4
      src/scss/partials/_leftSidebar.scss

4
src/scss/partials/_leftSidebar.scss

@ -307,9 +307,11 @@
} }
.input-wrapper { .input-wrapper {
width: 380px; width: 420px;
margin: 0 auto; margin: 0 auto;
flex: 0 0 auto; flex: 0 0 auto;
padding: 0 1.25rem;
max-width: 100%;
@include respond-to(handhelds) { @include respond-to(handhelds) {
width: 100%; width: 100%;

Loading…
Cancel
Save