fix: incorrect style

This commit is contained in:
Roberto Tonino 2020-11-02 22:53:21 +01:00
parent 781413eb71
commit 1cd84d39e9
2 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -54,7 +54,7 @@
<span
v-for="locale in locales"
:key="locale"
class="locale-flag"
class="flex items-center locale-flag"
:class="{ 'locale-flag--current': currentLocale === locale }"
@click="changeLocale(locale)"
v-html="flags[locale]"
@ -643,9 +643,7 @@
.locale-flag {
width: 60px;
display: flex items-center;
justify-content: center;
align-items: center;
cursor: pointer;
&:not(:last-child) {