Changes between Initial Version and Version 1 of Ticket #33434
- Timestamp:
- Jan 12, 2022, 4:53:50 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33434 – Description
initial v1 3 3 Here is an example, using Chrome’s settings on macOS to do a text-only zoom: 4 4 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 7 At the very end, I show what we’d expect to see when using `rem` units by adding inline styles to the LOGOUT link. 6 8 7 9 ----