Tweak to the CSS for the nicklist

This removes the funny empty space at the bottom of the nick list when it is scrollable.
new-cordova-2
Simon Cooksey 8 years ago committed by GitHub
parent 5f47b1b74c
commit 6c604a21d0
  1. 2
      css/glowingbear.css

@ -271,7 +271,7 @@ input[type=text], input[type=password], #sendMessage {
overflow-x: hidden; overflow-x: hidden;
right: 0; right: 0;
top: 0; top: 0;
padding-top: 39px; margin-top: 39px;
padding-left: 5px; padding-left: 5px;
padding-bottom: 35px; padding-bottom: 35px;
z-index: 2; z-index: 2;

Loading…
Cancel
Save