From dd9340778916b3ee200a8cffefcc3e9708dbdc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 12 Dec 2013 16:57:56 +0100 Subject: [PATCH] FIX: images should also be inlined in the cooked view --- app/assets/stylesheets/desktop/lightbox.scss | 4 ++++ app/assets/stylesheets/mobile/lightbox.scss | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/assets/stylesheets/desktop/lightbox.scss b/app/assets/stylesheets/desktop/lightbox.scss index 06c9443fa7f..ee1a71a37b0 100644 --- a/app/assets/stylesheets/desktop/lightbox.scss +++ b/app/assets/stylesheets/desktop/lightbox.scss @@ -12,6 +12,10 @@ } } +.lightbox-wrapper { + display: inline-block; +} + .meta { position: absolute; bottom: 0; diff --git a/app/assets/stylesheets/mobile/lightbox.scss b/app/assets/stylesheets/mobile/lightbox.scss index d7472209646..8149f3b9352 100644 --- a/app/assets/stylesheets/mobile/lightbox.scss +++ b/app/assets/stylesheets/mobile/lightbox.scss @@ -12,6 +12,10 @@ } } +.lightbox-wrapper { + display: inline-block; +} + .meta { position: absolute; bottom: 0;