Language buttons cosmetics
This commit is contained in:
@@ -95,12 +95,11 @@
|
|||||||
display: none;
|
display: none;
|
||||||
top:100%;
|
top:100%;
|
||||||
left: -200%;
|
left: -200%;
|
||||||
right: 0.2em;
|
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
padding: 0.2em;
|
padding: 0.5em;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
background-color: #d44935;
|
background-color: #dddddd;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
&.shown {
|
&.shown {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -108,7 +107,9 @@
|
|||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
i {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user