Add top padding to panel containers
// FREEBIE
This commit is contained in:
parent
af1b7552f4
commit
9f0bcf6ae7
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
.container {
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
padding-top: 20px;
|
||||
|
||||
.bar-container {
|
||||
height: 5px;
|
||||
|
|
|
@ -644,7 +644,8 @@ input.search {
|
|||
flex-direction: column; }
|
||||
.conversation .panel .container {
|
||||
flex-grow: 1;
|
||||
position: relative; }
|
||||
position: relative;
|
||||
padding-top: 20px; }
|
||||
.conversation .panel .container .bar-container {
|
||||
height: 5px; }
|
||||
.conversation .panel .container .message-list {
|
||||
|
|
Loading…
Reference in a new issue