[GH-ISSUE #209] Option to have full width on search results #146

Closed
opened 2026-02-25 20:35:01 +03:00 by kerem · 2 comments
Owner

Originally created by @Binyamse on GitHub (Feb 25, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/209

Hello Whoogle team, loved the project and the idea, been using it for almost a month now without any issue, Thank you for this amazing tool. The only problem for me so far is the UI on the search result is discuraging to use the system, doesn't seem to be a modern tool. Is it possible to have a full-width page result instead of a small and centered page? Thanks.

Originally created by @Binyamse on GitHub (Feb 25, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/209 Hello Whoogle team, loved the project and the idea, been using it for almost a month now without any issue, Thank you for this amazing tool. The only problem for me so far is the UI on the search result is discuraging to use the system, doesn't seem to be a modern tool. Is it possible to have a full-width page result instead of a small and centered page? Thanks.
kerem closed this issue 2026-02-25 20:35:01 +03:00
Author
Owner

@benbusby commented on GitHub (Feb 26, 2021):

Since it's highly preferential, I'd rather not add in a specific config setting just for width. Eventually I'd like to support custom CSS theming, but not sure when that will be worked on.

That being said, you could use a browser plugin for applying specific CSS values to pages (I think DarkReader supports this, not sure what browser you're using though). The only setting you'd need is something like:

body {
    max-width: 100% !important;
}

and that should accomplish what you're looking for.

<!-- gh-comment-id:786721857 --> @benbusby commented on GitHub (Feb 26, 2021): Since it's highly preferential, I'd rather not add in a specific config setting just for width. Eventually I'd like to support custom CSS theming, but not sure when that will be worked on. That being said, you could use a browser plugin for applying specific CSS values to pages (I think DarkReader supports this, not sure what browser you're using though). The only setting you'd need is something like: ```css body { max-width: 100% !important; } ``` and that should accomplish what you're looking for.
Author
Owner

@benbusby commented on GitHub (Mar 7, 2021):

Since this has already been brought up before in #60, I'm going to close this one.

<!-- gh-comment-id:792305969 --> @benbusby commented on GitHub (Mar 7, 2021): Since this has already been brought up before in #60, I'm going to close this one.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#146
No description provided.