[GH-ISSUE #361] [FEATURE] Wide UI #236

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

Originally created by @dimqua on GitHub (Jun 16, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/361

Could you implement an option to use wider user interface, pretty much like Libreddit allows you to do so in the settings:
image

Originally created by @dimqua on GitHub (Jun 16, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/361 Could you implement an option to use wider user interface, pretty much like Libreddit allows you to do so in the settings: ![image](https://user-images.githubusercontent.com/540898/122296473-2060d300-cf03-11eb-92a8-4b8bbecb05ac.png)
kerem 2026-02-25 20:35:14 +03:00
Author
Owner

@Albonycal commented on GitHub (Jun 17, 2021):

Yea wide Ui would be nice

<!-- gh-comment-id:863242612 --> @Albonycal commented on GitHub (Jun 17, 2021): Yea wide Ui would be nice
Author
Owner

@benbusby commented on GitHub (Jun 18, 2021):

Looks like that feature is just adjusting the width of the main div in libreddit. You can do the same in Whoogle using the custom CSS config:

body {
    max-width: 100% !important; /* or whatever width you want */
}
<!-- gh-comment-id:864285569 --> @benbusby commented on GitHub (Jun 18, 2021): Looks like that feature is just adjusting the width of the main div in libreddit. You can do the same in Whoogle using the custom CSS config: ``` body { max-width: 100% !important; /* or whatever width you want */ } ```
Author
Owner

@Albonycal commented on GitHub (Jun 29, 2021):

Is this being considered?
Also using that CSS the results look oddly stretched.. & I'm not very good at CSS
image
How to solve that?
Thank You

<!-- gh-comment-id:870526795 --> @Albonycal commented on GitHub (Jun 29, 2021): Is this being considered? Also using that CSS the results look oddly stretched.. & I'm not very good at CSS ![image](https://user-images.githubusercontent.com/67057319/123792523-55572780-d8fe-11eb-883f-81ee49e673a0.png) How to solve that? Thank You
Author
Owner

@DUOLabs333 commented on GitHub (Oct 13, 2021):

What do you mean? It looks fine to me.

<!-- gh-comment-id:942645278 --> @DUOLabs333 commented on GitHub (Oct 13, 2021): What do you mean? It looks fine to me.
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#236
No description provided.