fix: incorrect style
This commit is contained in:
parent
781413eb71
commit
1cd84d39e9
File diff suppressed because one or more lines are too long
@ -54,7 +54,7 @@
|
|||||||
<span
|
<span
|
||||||
v-for="locale in locales"
|
v-for="locale in locales"
|
||||||
:key="locale"
|
:key="locale"
|
||||||
class="locale-flag"
|
class="flex items-center locale-flag"
|
||||||
:class="{ 'locale-flag--current': currentLocale === locale }"
|
:class="{ 'locale-flag--current': currentLocale === locale }"
|
||||||
@click="changeLocale(locale)"
|
@click="changeLocale(locale)"
|
||||||
v-html="flags[locale]"
|
v-html="flags[locale]"
|
||||||
@ -643,9 +643,7 @@
|
|||||||
|
|
||||||
.locale-flag {
|
.locale-flag {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
display: flex items-center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
|
Loading…
Reference in New Issue
Block a user