From 3ce93122a3ec971b878082af5e85772949922780 Mon Sep 17 00:00:00 2001 From: Johan Stenehall Date: Wed, 25 Mar 2015 01:04:00 +0100 Subject: [PATCH] Handle mobile breakpoints correctly --- css/glowingbear.css | 12 ++++++++++++ index.html | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 5ecb660..1d09ee4 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -7,6 +7,10 @@ body { overflow: hidden; } +.mobile { + display: none; +} + a { cursor: pointer; } @@ -599,6 +603,14 @@ img.emojione { /* */ @media (max-width: 968px) { + .mobile { + display: inherit; + } + + .desktop { + display: none; + } + #bufferlines table { border-collapse: separate; border-spacing: 2px 3px; diff --git a/index.html b/index.html index b1e1da4..bc9ffe9 100644 --- a/index.html +++ b/index.html @@ -227,8 +227,8 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
- - + + {{ activeBuffer().trimmedName || activeBuffer().fullName }}