diff --git a/css/glowingbear.css b/css/glowingbear.css index 1ee0026..1c30335 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -116,19 +116,19 @@ input[type=text], input[type=password], .badge { #topbar { position: fixed; width: 100%; - height: 25px; - max-height: 25px; - z-index: 1; - line-height: 25px; + height: 35px; + max-height: 35px; + z-index: 2; + line-height: 35px; white-space: nowrap; } #topbar .brand { float: left; - height: 25px; + height: 35px; padding-left: 5px; } #topbar .brand img { - height: 25px; + height: 32px; } #topbar .title { position: fixed; @@ -155,8 +155,9 @@ input[type=text], input[type=password], .badge { width: 140px; min-height: 100%; height: 100%; - overflow: auto; - padding-top: 35px; /* topbar */ + overflow-y: auto; + overflow-x: hidden; + margin-top: 35px; /* topbar */ font-size: smaller; } #sidebar form { @@ -175,7 +176,7 @@ input[type=text], input[type=password], .badge { overflow-x: hidden; right: 0; top: 0; - padding-top: 25px; + padding-top: 35px; padding-left: 5px; padding-bottom: 35px; } @@ -225,7 +226,7 @@ input[type=text], input[type=password], .badge { overflow-y: auto; margin-left: 145px; /* sidebar */ width: auto; - top: 25px; /* topbar */ + top: 35px; /* topbar */ padding-bottom: 10px; margin-right: -5px; } @@ -243,10 +244,19 @@ input[type=text], input[type=password], .badge { background-color: #181818; } @media (max-width: 968px) { - #topbar .title { - left: 36px; + #sidebar { + font-size: normal; + z-index: 1; + width: 60%; } - #sidebar, #bufferlines, #nicklist { + #sidebar.in, #sidebar.collapsing { + -webkit-box-shadow: 0px 0px 120px #000; + box-shadow: 0px 0px 120px #000; + } + #topbar .title { + left: 40px; + } + #bufferlines, #nicklist { position: relative; min-height: 0; margin-left: 0; @@ -254,7 +264,7 @@ input[type=text], input[type=password], .badge { max-width: 100%; border: 0; } - #sidebar, #nicklist { + #nicklist { width: 100%; text-align: center; } @@ -287,23 +297,6 @@ input[type=text], input[type=password], .badge { #bufferlines td.prefix:after { content: ">"; } - .nav li.bufferfilter { - margin-top: 2px; - height: 47px; - } - .nav li form, .nav li form input { - height: 100%; - } - .nav-stacked li { - float: left; - } - .nav-stacked li a { - min-width: 80px; - padding: 15px; - } - .hide-mobile { - display: none; - } } .color-light-green { color: chartreuse; diff --git a/index.html b/index.html index 1d132f4..929ef72 100644 --- a/index.html +++ b/index.html @@ -163,7 +163,9 @@ $ openssl req -nodes -newkey rsa:2048 -keyout relay.pem -x509 -days 365 -out rel