mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 12:23:45 +08:00
FIX: Increased composer width to match preview, border width fix (#5379)
This commit is contained in:
parent
ebc31975e8
commit
03eb278034
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user