chore(flags): adjusted flags styles

This commit is contained in:
2026-01-14 21:21:09 +01:00
parent 08422caa96
commit a6f284270e
5 changed files with 40 additions and 21 deletions
+6
View File
@@ -31,6 +31,12 @@ const languageFlagSrc = computed(
</script>
<style scoped>
.flag-icon {
display: flex;
justify-content: center;
align-items: center;
}
.flag-icon img {
vertical-align: middle;
}