Add padding at the top of the conversation

Keeps no-scroll-bar conversations from sticking directly to the top of
the window.

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 9ead5c76ce
commit b238242ead

@ -51,7 +51,7 @@
height: 100%;
width: 100%;
margin: 0;
padding: 0;
padding: 10px 0 0 0;
overflow-y: overlay;
}
}

@ -1000,7 +1000,7 @@ input.search {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
padding: 10px 0 0 0;
overflow-y: overlay; }
.discussion-container {

Loading…
Cancel
Save