mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
fix(user): flag without border in css
This commit is contained in:
parent
a3560a481c
commit
808ebad141
@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
.showLocale img {
|
.showLocale img {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
height: 20px;
|
height: 30px;
|
||||||
border: 2px solid #ffffff;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.showUserSettings {
|
.showUserSettings {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user