Unverified Commit 4a56c046 authored by Steffen van Bergerem's avatar Steffen van Bergerem Committed by Benjamin Neff
Browse files

Remove outdated rtl styles

These lines might have been necessary some time ago but now they are making things worse.

closes #7374
parent 2c53c294
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)
+0 −15
Original line number Diff line number Diff line
@@ -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;