Remove outdated rtl styles
These lines might have been necessary some time ago but now they are making things worse. closes #7374
This commit is contained in:
parent
2c53c2941e
commit
4a56c0465c
2 changed files with 1 additions and 15 deletions
|
|
@ -6,6 +6,7 @@
|
|||
* Use empty selector where "#" was used as a selector before (prepare jQuery 3 upgrade) [#7372](https://github.com/diaspora/diaspora/pull/7372)
|
||||
* Increase maximal height of large thumbnail on mobile [#7383](https://github.com/diaspora/diaspora/pull/7383)
|
||||
* Reduce conversation recipient size [#7376](https://github.com/diaspora/diaspora/pull/7376)
|
||||
* Cleanup rtl css [#7374](https://github.com/diaspora/diaspora/pull/7374)
|
||||
|
||||
## Bug fixes
|
||||
* Don't hide posts when blocking someone from the profile [#7379](https://github.com/diaspora/diaspora/pull/7379)
|
||||
|
|
|
|||
|
|
@ -16,21 +16,6 @@ ul.as-selections li.as-selection-item {
|
|||
padding: 3px 6px 3px 0;
|
||||
}
|
||||
|
||||
#profile_photo_upload img {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#profile_photo_upload {
|
||||
padding-left: 0;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
label {
|
||||
right: 0.48em;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin: 0 0 1.5em 1.5em;
|
||||
padding-right: 3.333em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue