diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-30 15:40:32 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-30 15:40:32 -0500 |
| commit | eb4dcce4167444cc856ed904c23d4417365dd0e8 (patch) | |
| tree | 58067a6fbe7c956b26031cde3b15453f975b22d2 /www/css | |
| parent | 76ed15b904463247bcd799b0116380ee4a1ddb6d (diff) | |
major rewrite of GIF creation - memory handling much better #398 - moved to Stream based support
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 7ddc4374..1ff3ce8c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1157,6 +1157,14 @@ videogular div.event-time { color: #fff !important; } +.hiddengifcanvas { + width: 0 !important; + height: 0 !important; + position: absolute; + left: -99999px; + top: -99999px; +} + @media (min-width:600px) { .montage-time { display: block !important; |
