gitea/web_src
6543 9e0e107d23
Fix notification count positioning for variable-width elements (#34597)
The notification count is currently positioned using top/left
coordinates from its container's top/left corner. This works fine for
fixed-size containers like the bell icon.

This PR changes the positioning to use bottom/left coordinates from the
container's top/right corner instead. This improvement is needed when
placing notification counts on text that can vary in size due to
different languages or fonts.

The bell and stopwatch should look the same after this change.

---
*Sponsored by Kithara Software GmbH*

Co-authored-by: Marcel Haß <m.hass@kithara.com>
2025-06-05 19:02:07 +00:00
..
css Fix notification count positioning for variable-width elements (#34597) 2025-06-05 19:02:07 +00:00
fomantic Fix some dropdown problems on the issue sidebar (#34308) 2025-04-30 02:00:36 +00:00
js fixed incorrect page navigation with up and down arrow on last item of dashboard repos (#34570) 2025-06-03 17:55:09 +00:00
svg Add material icons for file list (#33837) 2025-03-10 15:57:17 +08:00