Merge pull request #3963 from movilla/publisher_counter
Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post. Close #3956
This commit is contained in:
commit
f50ce2cb1d
2 changed files with 3 additions and 3 deletions
|
|
@ -58,6 +58,7 @@
|
|||
* Fix posting multiple times the same content [#3272](https://github.com/diaspora/diaspora/issues/3272)
|
||||
* Excessive padding with select aspect in mobile publisher. [#3951](https://github.com/diaspora/diaspora/issues/3951)
|
||||
* Adapt css for search mobile page. [#3953](https://github.com/diaspora/diaspora/issues/3953)
|
||||
* Twitter/Facebook/Tumblr count down characters is hidden by the picture of the post. [#3963](https://github.com/diaspora/diaspora/issues/3963)
|
||||
|
||||
## Gem Updates
|
||||
|
||||
|
|
|
|||
|
|
@ -816,8 +816,7 @@ form p.checkbox_select
|
|||
:z-index 3
|
||||
:position absolute
|
||||
:bottom 0
|
||||
:width 435px
|
||||
:left 5px
|
||||
:right 35px
|
||||
:padding 0
|
||||
|
||||
li
|
||||
|
|
@ -864,7 +863,7 @@ form p.checkbox_select
|
|||
.counter
|
||||
:position absolute
|
||||
:font-size 13px
|
||||
:padding-top 2px
|
||||
:padding 12px 0 0 5px
|
||||
.warning
|
||||
:color orange
|
||||
.exceeded
|
||||
|
|
|
|||
Loading…
Reference in a new issue