Skip to content

[Bug] Unread numbers  #7188

@nico3333fr

Description

@nico3333fr

Describe the bug

image

Numbers in the unread bubble in feeds are not positionned correctly.

To Reproduce

  1. Display feeds
  2. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions