Add top padding to panel containers

// FREEBIE
This commit is contained in:
lilia 2016-03-23 12:34:21 -07:00
parent af1b7552f4
commit 9f0bcf6ae7
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
.container {
flex-grow: 1;
position: relative;
padding-top: 20px;
.bar-container {
height: 5px;

View file

@ -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 {