Changes between Initial Version and Version 1 of Ticket #33434


Ignore:
Timestamp:
Jan 12, 2022, 4:53:50 PM (2 years ago)
Author:
Thibaud Colas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33434 – Description

    initial v1  
    33Here is an example, using Chrome’s settings on macOS to do a text-only zoom:
    44
    5 [[Image(https://code.djangoproject.com/raw-attachment/ticket/32338/radio-select-first-input-label.png)]]
     5[[Image(https://code.djangoproject.com/raw-attachment/ticket/33434/font-size-resizing-django.gif, alt="Resizing the font size of the Django admin via Chrome browser settings. There are no visible changes, apart from the LOGOUT link which has been customized to use rem units.")]]
     6
     7At the very end, I show what we’d expect to see when using `rem` units by adding inline styles to the LOGOUT link.
    68
    79----
Back to Top