mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #510] [BUG] NoJS - Another little tweak #329
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#329
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 @gripped on GitHub (Oct 30, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/510
I imagine the css
nojs_link['style'] = 'display:block;width:100%;'line was there to help with the<hr>which used to exist?Some search result sections have multiple links inline at the bottom (and some in a list as well) ie.

Using NoJS splits them (as it before the last PR, but to greater effect before)

With the css removed it's better

Another example



Standard
NoJS
CSS removed
You may differ but I think it looks much better without the css?
I've tested various queries and can find no ill effect with the change.