Merge pull request #4355 from Flaburgan/resize-preview-button
Resize preview button
This commit is contained in:
commit
572472ee4b
2 changed files with 5 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
* Fix user contact sharing/receiving [#4163](https://github.com/diaspora/diaspora/issues/4163)
|
* Fix user contact sharing/receiving [#4163](https://github.com/diaspora/diaspora/issues/4163)
|
||||||
* Change image to ajax-loader when closing lightbox [#3229](https://github.com/diaspora/diaspora/issues/3229)
|
* Change image to ajax-loader when closing lightbox [#3229](https://github.com/diaspora/diaspora/issues/3229)
|
||||||
* Fix pointer cursor on the file upload button [#4349](https://github.com/diaspora/diaspora/pull/4349)
|
* Fix pointer cursor on the file upload button [#4349](https://github.com/diaspora/diaspora/pull/4349)
|
||||||
|
* Resize preview button [#4355](https://github.com/diaspora/diaspora/pull/4355)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
||||||
|
|
|
||||||
|
|
@ -3169,7 +3169,10 @@ body
|
||||||
#fileInfo
|
#fileInfo
|
||||||
:font-size small
|
:font-size small
|
||||||
:text-align right
|
:text-align right
|
||||||
:margin 5px 2px
|
:margin 5px 2px
|
||||||
|
|
||||||
|
.post_preview_button
|
||||||
|
:padding 3px 9px 4px
|
||||||
|
|
||||||
.post_preview
|
.post_preview
|
||||||
:padding
|
:padding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue