diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-31 12:03:22 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-31 12:03:22 +0100 |
commit | 820ef6e9d881c2194cb1de687fb49b85696fee00 (patch) | |
tree | 4d0d5aab2b09d45d8f17125357468ff96101582d /webclient | |
parent | only show presence timings if we know them (diff) | |
download | synapse-820ef6e9d881c2194cb1de687fb49b85696fee00.tar.xz |
make lightbox a bit less ugly
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/app.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/webclient/app.css b/webclient/app.css index 142e764ef1..313336ce62 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -416,8 +416,8 @@ a:active { color: #000; } } #room-fullscreen-image img { - max-width: 100%; - max-height: 100%; + max-width: 90%; + max-height: 90%; bottom: 0; left: 0; margin: auto; @@ -425,6 +425,10 @@ a:active { color: #000; } position: fixed; right: 0; top: 0; + + -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); + -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); + box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75); } /*** Recents ***/ |