mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #274] [QUESTION] Theming #187
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#187
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 10, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/274
Hi,
Thanks for creating this. Works great. Sorry, I have many questions about theming on docker:
Can the webpage's title be changed? How?
Can the webpage's favicon be changed? How?
Unfortunately mounting and changing /usr/src/app/app/static/img/logo.png doesn't change the logo, what is the correct path?
(Is there a way to just map all the static img to a mount volume?)
How to add margin/padding to each search result? (Changing .ZINbbc xpd O9g5cc uUPGi {} doens't work)
Is there a way to hide the text footer but not the "next page button"?
How to change the purple border of the suggested search result
How to change the font size and line height in the result page? (Changing them under body {} didn't work even with !important. What should be the correct css?)
Not related to theming but is there a way to go to the direct link of images under image search?
Not related to theming but I'm getting two related search somehow. One is in the middle of the search result page; one is at the bottom.
Thank you!
@benbusby commented on GitHub (Apr 10, 2021):
No, not currently.
The logo is an svg loaded in by Flask with the
logo.htmltemplate, so replacing it would be a bit more involved than just replacing the image. You could update that template to just have animgelement of your own I guess.Looks like
.vvjwJbis (currently) responsible for result title font, and.s3v9rdfor result body font..ZINbbcis (currently) the class for search result divs. Adding margin/padding to that should work.There's a PR open for that, but I haven't had time to review it yet.
As in two of your search results are identical? Whoogle doesn't actually do anything to generate search results, those all come directly from Google, so that's some other issue. Let me know if I'm misunderstanding.
In the meantime I'm going to convert this to a discussion and hopefully others can chime in if there's anything else that I'm missing.