From 3d76c1f785d4d9b81cd6a881376a7afb82827777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 21 Mar 2015 11:02:54 +0100 Subject: [PATCH] Fix bufferlist CSS transform for WebKit iOS, Safari, and the stock Android browser (up to 4.4) seem to need this --- css/glowingbear.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index 54b684b..ff05c81 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -573,15 +573,18 @@ img.emoji { #sidebar[data-state=visible] { transform: translate(0,0); + -webkit-transform: translate(0,0); /* Safari */ } #sidebar[data-state=hidden] { transform: translate(-200px,0); + -webkit-transform: translate(-200px,0); } .content[sidebar-state=visible] #bufferlines, .content[sidebar-state=visible] .footer { margin-left: 0px; transform: translate(200px,0); + -webkit-transform: translate(200px,0); } #topbar .title {