added padding in status creation

This commit is contained in:
Nicolas Constant 2019-07-26 22:28:01 -04:00
parent 612e7526a7
commit 4ba6c1f119
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 3 additions and 1 deletions

View File

@ -25,11 +25,13 @@ $btn-send-status-width: 60px;
.panel {
padding-left: 0;
padding-right: 0;
padding-right: 0;
}
.new-message-body {
overflow: auto;
height: calc(100% - 30px);
padding-right: 5px;
padding-bottom: 100px;
}