Move CW field just above main textarea

This commit is contained in:
Thibaut Girka
2018-07-27 19:57:24 +02:00
committed by ThibG
parent 358e3a4c32
commit 28a59e4e80
2 changed files with 9 additions and 9 deletions

View File

@ -58,8 +58,8 @@
}
.composer--reply {
margin: 0 0 -2px;
border-radius: 4px 4px 0 0;
margin: 0 0 10px;
border-radius: 4px;
padding: 10px;
background: $ui-primary-color;