You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
I would be nice to be able to change the width (see below, for an example)
I usually zoom 200% (4k display, 28 inches), but there still enough room on the left/right sides to put some content.
In fact, when using the pop-up window, the width is adapting itself according to the content, but on the search window, the width is fixed, it seems
Thanks in advance! :)
The text was updated successfully, but these errors were encountered:
grospoulpe
changed the title
Search windows - width customizable
[Feature Request] Search windows - width customizable
Mar 11, 2021
Thank you very much; works great (I left 1200em, and it's good enough :) )
So, now, with 200% zoom, on a 2560x1440 display, almost all width is used :)
Note that for future simplicity, I have made a change to the CSS variable name which controls width, so you may have to update your CSS in the future. The new code for versions after 21.2.28.2 will be:
:root {
--content-width-search:1200;
}
If you want, you can assign both values now and when the update happens in the future, it will be compatible:
I would be nice to be able to change the width (see below, for an example)
I usually zoom 200% (4k display, 28 inches), but there still enough room on the left/right sides to put some content.
In fact, when using the pop-up window, the width is adapting itself according to the content, but on the search window, the width is fixed, it seems
Thanks in advance! :)
The text was updated successfully, but these errors were encountered: