Resize preview button
This commit is contained in:
parent
9ec9ae0c6c
commit
aa27b7a1f5
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)
|
||||
* 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)
|
||||
* Resize preview button [#4355](https://github.com/diaspora/diaspora/pull/4355)
|
||||
|
||||
## Features
|
||||
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
||||
|
|
|
|||
|
|
@ -3169,7 +3169,10 @@ body
|
|||
#fileInfo
|
||||
:font-size small
|
||||
:text-align right
|
||||
:margin 5px 2px
|
||||
:margin 5px 2px
|
||||
|
||||
.post_preview_button
|
||||
:padding 3px 9px 4px
|
||||
|
||||
.post_preview
|
||||
:padding
|
||||
|
|
|
|||
Loading…
Reference in a new issue