Add a white background to images shown in the lightbox
Fixes issue #4475
This commit is contained in:
parent
1dbf9642c8
commit
8bad0673b3
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
* Make I18n system more robust against missing keys in pluralization data
|
||||
* Prevent overflow of too long strings in the single post view [#4487](https://github.com/diaspora/diaspora/pull/4487)
|
||||
* Disable submit button in sign up form after submission to avoid email already exists error [#4506](https://github.com/diaspora/diaspora/issues/4506)
|
||||
* Add a white background to images shown in the lightbox [#4475](https://github.com/diaspora/diaspora/issues/4475)
|
||||
|
||||
## Features
|
||||
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
top: 0;
|
||||
display: block;
|
||||
margin-bottom: 120px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
#lightbox-content{
|
||||
|
|
|
|||
Loading…
Reference in a new issue