From 2f6c710f297b071b74a796a29d47f1b2b6ed541e Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Tue, 1 Dec 2020 21:17:10 +0100 Subject: [PATCH] Fix side menu input elements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Input elements have no contents. Thanks to Antonin Décimo. --- static/sfu.css | 5 +++-- static/sfu.html | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/static/sfu.css b/static/sfu.css index 0295ce6..d080ba8 100644 --- a/static/sfu.css +++ b/static/sfu.css @@ -850,12 +850,13 @@ h1 { height: 56px; } -.sidenav label{ +.sidenav-label { display: block; margin-top: 15px; } -.sidenav .label-first { +.sidenav-label-first { + display: block; margin-top: 0; } diff --git a/static/sfu.html b/static/sfu.html index 9031fde..af23067 100644 --- a/static/sfu.html +++ b/static/sfu.html @@ -161,18 +161,19 @@