socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 4f983adb6ec16467bad822182a52d7946f2eac5c
parent 4252e3aaef101c9e25209fb756b0f5f28d49c543
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 27 Mar 2018 18:05:52 +0200

Make lightbox content larger

Diffstat:
Msrc/app/tweet-list/tweet-list.component.scss | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/tweet-list/tweet-list.component.scss b/src/app/tweet-list/tweet-list.component.scss @@ -27,8 +27,8 @@ } .lightbox > .img-wrapper { - width: 50%; - height: 50%; + width: 70%; + height: 70%; overflow: auto; margin: auto; position: absolute; @@ -40,8 +40,8 @@ .lightbox > .img-wrapper img { /** Pad the lightbox image */ - max-width: 90%; - max-height: 80%; + max-width: 100%; + max-height: 100%; //margin-top: 2%; position: relative; }