diff --git a/src/snek/static/base.css b/src/snek/static/base.css index db9dcb0..da74695 100644 --- a/src/snek/static/base.css +++ b/src/snek/static/base.css @@ -101,7 +101,7 @@ a { .message-list { flex: 1; - height: 200px; + height: 10px; padding-bottom: 40px; overflow-y: auto; } @@ -112,7 +112,7 @@ a { scrollbar-width: none; -ms-overflow-style: none; padding: 10px; - height: 200px; + height: 10px; background: #000000; }