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)
|
* 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)
|
* 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)
|
* 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
|
## Gem Updates
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -816,8 +816,7 @@ form p.checkbox_select
|
||||||
:z-index 3
|
:z-index 3
|
||||||
:position absolute
|
:position absolute
|
||||||
:bottom 0
|
:bottom 0
|
||||||
:width 435px
|
:right 35px
|
||||||
:left 5px
|
|
||||||
:padding 0
|
:padding 0
|
||||||
|
|
||||||
li
|
li
|
||||||
|
|
@ -864,7 +863,7 @@ form p.checkbox_select
|
||||||
.counter
|
.counter
|
||||||
:position absolute
|
:position absolute
|
||||||
:font-size 13px
|
:font-size 13px
|
||||||
:padding-top 2px
|
:padding 12px 0 0 5px
|
||||||
.warning
|
.warning
|
||||||
:color orange
|
:color orange
|
||||||
.exceeded
|
.exceeded
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue