- The h1 "branding" has a left margin, which should be switched to the
right for RTL languages
- The theme switcher’s `.theme-toggle`’s `margin-left` should also switch
to the right.
Both margins can be switched to use `margin-inline-start`, so the correct
spacing is used in RTL languages. No need to add to the separate RTL-only
stylesheet.
--
Ticket URL: <https://code.djangoproject.com/ticket/34094>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "Screenshot 2022-10-13 at 17.51.52.png" added.
* cc: Sarah Abderemane, Shai Berger (added)
* stage: Unreviewed => Accepted
Comment:
Thanks for the report!
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:1>
* owner: nobody => 1twalters01
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:2>
* cc: Amine Zyad (added)
Comment:
Anyone working on this?
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:3>
* owner: 1twalters01 => (none)
* status: assigned => new
Comment:
Amine, feel-free to work on this.
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:4>
* owner: (none) => panicofr
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:5>
Comment (by Francesco Panico):
Is the margin on `div#branding h1` a right margin, that should be turned
into a left margin for RTL languages?
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:6>
* Attachment "Schermata 2022-10-30 alle 02.12.03.png" added.
--
Ticket URL: <https://code.djangoproject.com/ticket/34094>
* cc: Francesco Panico (added)
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/16240 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
Fixed in c01e76c95caa1bd2995f1b6c186cbe8726c92ef9.
--
Ticket URL: <https://code.djangoproject.com/ticket/34094#comment:8>