From 7a374740afec851ce11bfc7563bcb82a6b773a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Wed, 23 Jul 2014 19:22:23 +0100 Subject: [PATCH] Fix rendering of settings dialog on mobile --- css/glowingbear.css | 4 ++++ index.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index f8bc96f..1efbcbc 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -470,6 +470,10 @@ h2 span, h2 small { } } +.make-thinner { + padding-right: -15px; +} + /* */ /* Mobile layout */ /* */ diff --git a/index.html b/index.html index 695e3a5..db0816b 100644 --- a/index.html +++ b/index.html @@ -285,8 +285,8 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
  • - -
    + +