mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-23 02:35:41 +00:00
fix(webapp): remove flags from locales (#9341)
This commit is contained in:
parent
bfb765a4af
commit
ac228ebdfc
@ -413,7 +413,7 @@
|
||||
:class="{ '--active': locale.code === $i18n.locale() }"
|
||||
@click.prevent="changeLocale(locale.code)"
|
||||
>
|
||||
<span class="mobile-locale-flag mobile-icon-col">{{ locale.flag }}</span>
|
||||
<span class="mobile-locale-flag mobile-icon-col"></span>
|
||||
{{ locale.name }}
|
||||
</a>
|
||||
</div>
|
||||
@ -1183,8 +1183,7 @@ export default {
|
||||
}
|
||||
|
||||
.mobile-locale-flag {
|
||||
font-size: 1.2em;
|
||||
line-height: 1;
|
||||
margin-left: $space-xxx-small;
|
||||
}
|
||||
}
|
||||
.map-button {
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
:parents="item.parents"
|
||||
@click.stop.prevent="changeLanguage(item.route.path, toggleMenu)"
|
||||
>
|
||||
<span class="locale-flag">{{ item.route.flag }}</span>
|
||||
{{ item.route.name }}
|
||||
</ds-menu-item>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user