From 1a451fd705006e0029596fbd45fe81b420123cd0 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Sat, 26 Oct 2013 23:17:32 +0200 Subject: [PATCH] Improve hiding/showing nicklist --- css/glowingbear.css | 6 ++++-- index.html | 4 ++-- js/websockets.js | 1 - 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 17f44dc..a1de921 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -204,17 +204,19 @@ input[type=text], input[type=password], .badge { height: 99%; overflow-y: auto; margin-left: 14%; /* sidebar */ - margin-right: 100px; /* nicklist */ width: auto; top: 25px; /* topbar */ padding-bottom: 10px; } +.withnicklist { + margin-right: 100px !important; /* nicklist */ +} #bufferlines .btn { font-family: sans-serif; } .navbar-fixed-bottom { - margin: 0 105px 0 14%; + margin: 0 5px 0 14%; } .navbar-inverse { background-color: #181818; diff --git a/index.html b/index.html index 908ed18..115afdd 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel -
+
  • @@ -266,7 +266,7 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel