mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
🎨
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user