This commit is contained in:
JeremyWuuuuu 2022-04-04 23:56:24 +08:00 committed by zouhang
parent 5b1508ed9d
commit a460a1f889
5 changed files with 11 additions and 10 deletions

View File

@ -16,7 +16,7 @@ defineProps<{
rel="noreferrer noopener"
class="social-link"
>
<ElIcon v-if="icon" :size="20">
<ElIcon v-if="icon" :size="24">
<component :is="icon" />
</ElIcon>
</a>

View File

@ -13,7 +13,7 @@ const links = useSocialLinks()
<style scoped lang="scss">
.social-links {
height: 20px;
padding: 0 8px;
height: 24px;
padding: 0 12px;
}
</style>

View File

@ -15,11 +15,12 @@ import CommonThemeToggler from '../common/vp-theme-toggler.vue'
@include with-bg;
display: none;
border-radius: 50%;
height: 20px;
padding: 0 8px;
height: 24px;
padding: 0 12px;
@include respond-to('md') {
display: block;
display: flex;
align-items: center;
}
}
</style>

View File

@ -14,7 +14,7 @@ const { switchLang, languageMap, langs, lang, helpTranslate } = useTranslation()
popper-class="translation-popup"
>
<template #reference>
<ElIcon :size="20">
<ElIcon :size="24">
<i-ri-translate-2 />
</ElIcon>
</template>
@ -40,8 +40,8 @@ const { switchLang, languageMap, langs, lang, helpTranslate } = useTranslation()
@use '../../styles/mixins' as *;
.translation-container {
display: none;
height: 20px;
padding: 0 8px;
height: 24px;
padding: 0 12px;
@include respond-to('md') {
display: block;

View File

@ -65,7 +65,7 @@
}
}
@include respond-to('xlg') {
@include respond-to('xxl') {
display: block;
}
}