mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #612] [MERGED] Improve formatting of collapsible infobox #926
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#926
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?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/612
Author: @nityy
Created: 1/15/2022
Status: ✅ Merged
Merged: 1/18/2022
Merged by: @benbusby
Base:
main← Head:fix-infobox📝 Commits (1)
a0fd2b7Improve formatting of collapsible infobox📊 Changes
2 files changed (+17 additions, -1 deletions)
View changed files
📝
app/filter.py(+13 -1)📝
app/static/css/search.css(+4 -0)📄 Description
Some long infoboxes (typically movies, artists) are treated as collapsibles due to having more than 5 child divs. This PR improves the subtitle (typically year, length, genre, profession, links etc.) display by putting it in parentheses and appending to title. Also sets its font weight to normal.
A instance is running here with the changes until this is merged.
Before
After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.