Skip to content
Snippets Groups Projects
Commit 70ce1294 authored by syuilo's avatar syuilo
Browse files

🎨

parent 43c37dd0
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ const props = withDefaults(defineProps<{
thin?: boolean;
displayMyAvatar?: boolean;
}>(), {
tabs: () => ([] as Tab[])
tabs: () => ([] as Tab[]),
});
const emit = defineEmits<{
......@@ -180,7 +180,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.fdidabkb {
--height: 52px;
--height: 50px;
display: flex;
width: 100%;
-webkit-backdrop-filter: var(--blur, blur(15px));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment