mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #515] [BUG] CSS is completely broken #334
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#334
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 @DUOLabs333 on GitHub (Oct 31, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/515
To preface, this may be due to me switching from an virtualenv to
pdm, or may be completely coincidental. But, for some reason, the logo is too big and there's no CSS applied.Here's a screenshot:
@benbusby commented on GitHub (Nov 1, 2021):
It looks like maybe something you did broke the cache busting for the app. Can you try removing everything in
app/static/build/*and re-running?I've encountered this once before, and have been meaning to update the run script to clear out that directory before launch. I'll push an update shortly.
@DUOLabs333 commented on GitHub (Nov 1, 2021):
Yep, it's fixed now.