Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust scale of search page #1752

Open
coolusernamewow opened this issue Jan 11, 2025 · 0 comments
Open

Adjust scale of search page #1752

coolusernamewow opened this issue Jan 11, 2025 · 0 comments
Labels
kind/enhancement The issue or PR is a new feature or request

Comments

@coolusernamewow
Copy link

Similar to how you can change the scale of the pop-up to a particular percentage (in the 'Position & Size' section), would it be possible to have the same feature added for the search page as well? The default, at least for my monitor, is a little too small in my opinion.

While you can get around this by increasing the browser's zoom level, doing so also affects the settings page. Additionally, although custom CSS such as what is shown below (emulates 150% browser zoom level) works fine, elements such as the magnifying glass and X icon don't scale with the search box properly if it goes past a single line, and also become 1 pixel shorter when searching for whatever reason. These issues do not occur with the browser method.

div {
    font-size: 21px;
}

:root {
    --content-width: 1050px;
}

#sticky-search-header {
    padding-top: 15px;
}

#search-settings-button > .icon,
#search-textbox,
.clear-button > .icon,
.search-button > .icon {
    zoom: 150%;
}

For reference, I am using Brave on Windows 11.

@coolusernamewow coolusernamewow added the kind/enhancement The issue or PR is a new feature or request label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement The issue or PR is a new feature or request
Projects
None yet
Development

No branches or pull requests

1 participant