fix: remove black blob pseudo-element, revert sm icon to 22px

This commit is contained in:
Jeremy Brandenburger
2026-03-31 18:45:29 +02:00
parent 765d857cdc
commit 6ac0376539
2 changed files with 11 additions and 14 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog helldivers-trainer
## [2.1.3] 2026-03-31
### Fixed
- **Schwarzes Blob hinter Stratagem-Icon**: `::before` Pseudoelement ohne `position: relative` am Parent positionierte sich falsch und wurde als schwarzer Kreis gerendert — entfernt
- **Tabellen-Spaltenumbrüche**: `stratagem-icon-sm` wieder auf 22px (von 26px) damit Stratagemnamen in der History-Tabelle nicht umbrechen
---
## [2.1.2] 2026-03-31
### Changed