diff options
| author | Adam Zapletal <adamzap@gmail.com> | 2026-01-23 10:24:55 -0600 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-01-27 01:43:07 +0530 |
| commit | 1c1cc43232e1f45a6bda1a260db94c7d30b9438a (patch) | |
| tree | 541a4122f5ce5be4c28ce5cb214a61a94cbdf51d /djangoproject | |
| parent | 457c3666b6843935114351ccfac60ca2c85e31be (diff) | |
Improve docs version-switcher mobile styles
This is a reimplementation of #1489.
Diffstat (limited to 'djangoproject')
| -rw-r--r-- | djangoproject/scss/_style.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index c8db3b45..4dc5622e 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -2399,7 +2399,9 @@ h2+.list-link-soup { &:hover li.other, &.open li.other { - display: inline-block; + @include respond-min(1200px) { + display: inline-block; + } } } |
