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 }}