-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducible
Milestone
Description
Describe the bug
Numbers in the unread bubble in feeds are not positionned correctly.
To Reproduce
- Display feeds
- See unread ones (snap above).
Expected behavior
Text should be in the bubble
It seems it comes from text-indent that is inherited.
Potential fix:
#stream.global .feed .item-title:not([data-unread="0"])::after {
text-indent: 0;
}
FreshRSS version
1.25.0
Environment information
- PHP version: 8.3.12
- Installation type: Self hosted
- Web server type: Apache
- Device: Mac M2.
- OS: MacOS Sequoia 15.2
- Browser: Firefox last version (133.0.3).
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducible
