FIX: Increased composer width to match preview, border width fix (#5379)

This commit is contained in:
Kris 2017-11-28 21:57:27 -05:00 committed by GitHub
parent ebc31975e8
commit 03eb278034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -9,7 +9,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 1400px; max-width: 1475px;
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
width: 100%; width: 100%;
min-width: 0; min-width: 0;

View File

@ -54,10 +54,7 @@
border: 1px solid $primary-medium; border: 1px solid $primary-medium;
textarea { textarea {
border-top: 1px solid $primary-low; background: transparent;
&:focus {
border-top: 1px solid $primary-low;
}
} }
} }
@ -76,7 +73,8 @@
border-bottom: none; border-bottom: none;
min-height: 30px; min-height: 30px;
padding-left: 3px; padding-left: 3px;
border-bottom: 1px solid $primary-low;
button { button {
background-color: transparent; background-color: transparent;
color: $primary-high; color: $primary-high;