mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 10:15:48 +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-right: auto;
|
||||
|
||||
max-width: 1400px;
|
||||
max-width: 1475px;
|
||||
@media screen and (max-width: 1200px) {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
|
|
@ -54,10 +54,7 @@
|
|||
border: 1px solid $primary-medium;
|
||||
|
||||
textarea {
|
||||
border-top: 1px solid $primary-low;
|
||||
&:focus {
|
||||
border-top: 1px solid $primary-low;
|
||||
}
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -76,7 +73,8 @@
|
|||
border-bottom: none;
|
||||
min-height: 30px;
|
||||
padding-left: 3px;
|
||||
|
||||
border-bottom: 1px solid $primary-low;
|
||||
|
||||
button {
|
||||
background-color: transparent;
|
||||
color: $primary-high;
|
||||
|
|
Loading…
Reference in New Issue
Block a user