mirror of https://github.com/vector-im/riot-web
move editor padding to edit specific style file
as it will be different for the main composerpull/21833/head
parent
d22745a5b2
commit
92d7263046
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_BasicMessageComposer {
|
.mx_BasicMessageComposer {
|
||||||
.mx_BasicMessageComposer_input {
|
.mx_BasicMessageComposer_input {
|
||||||
padding: 3px 6px;
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -30,6 +30,7 @@ limitations under the License.
|
||||||
border: solid 1px $primary-hairline-color;
|
border: solid 1px $primary-hairline-color;
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
|
padding: 3px 6px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $accent-color-50pct;
|
border-color: $accent-color-50pct;
|
||||||
|
|
Loading…
Reference in New Issue