1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

chore: remove unused LocaleFlag styles

- Deleted the LocaleFlag.module.scss file as its styles are no longer needed following recent refactoring of flag rendering logic.
This commit is contained in:
symonbaikov 2025-06-06 14:58:56 +03:00
parent 9ba6722bff
commit 305b46f48a

View file

@ -1,12 +0,0 @@
.localeFlag {
width: 24px;
height: 16px;
margin-right: 8px;
border-radius: 2px;
object-fit: cover;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
background: #f5f5f5; // fallback bg для прозрачных флагов
}