enhance(frontend): tweak control panel

This commit is contained in:
syuilo
2024-09-22 16:24:53 +09:00
parent 8ad9f7209b
commit 0e92cbf905
2 changed files with 5 additions and 25 deletions

View File

@@ -228,10 +228,3 @@ definePageMetadata(() => ({
icon: 'ti ti-shield',
}));
</script>
<style lang="scss" module>
.footer {
-webkit-backdrop-filter: var(--blur, blur(15px));
backdrop-filter: var(--blur, blur(15px));
}
</style>