Re align check icon in aspect dropdown
This commit is contained in:
parent
5f518fec0d
commit
3899e383ee
2 changed files with 2 additions and 1 deletions
|
|
@ -47,6 +47,7 @@
|
|||
* Add hover state to header icons [#4436](https://github.com/diaspora/diaspora/pull/4436)
|
||||
* Fix check icon regression on contacts page [#4440](https://github.com/diaspora/diaspora/pull/4440)
|
||||
* Do not leak non public photos
|
||||
* Fix check icon alignment in aspect dropdown [#4443](https://github.com/diaspora/diaspora/pull/4443)
|
||||
|
||||
## Features
|
||||
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ input.button {
|
|||
&.selected {
|
||||
background: {
|
||||
image: image-url('icons/check_yes_ok.png');
|
||||
position: 3px 1px;
|
||||
position: 3px 3px;
|
||||
repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue