Merge pull request #4522 from fubik/transparent_background
Add a white background to images displayed in the lightbox Conflicts: Changelog.md
This commit is contained in:
commit
e6be888707
2 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
* Fix counter background does not cover more than 2 digits on profile [#4499](https://github.com/diaspora/diaspora/issues/4499)
|
||||
* Fix commenting upon submission fail [#4005] (https://github.com/diaspora/diaspora/issues/4005)
|
||||
|
||||
* 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{
|
||||
|
|
@ -105,6 +106,7 @@
|
|||
width: 70px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
|
||||
&:last-child{
|
||||
margin-right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue