Browse Source

Make the first message align bottom. Closes #87

pull/105/head
Gabe Kangas 6 years ago
parent
commit
c343dcdadc
  1. 1
      webroot/styles/layout.css

1
webroot/styles/layout.css

@ -363,7 +363,6 @@ h2 { @@ -363,7 +363,6 @@ h2 {
#messages-container {
overflow: auto;
padding: 1em 0;
min-height: 50vh;
}
#message-input-container {
width: 100%;

Loading…
Cancel
Save