Skip to content

Commit

Permalink
Fix .hide-filled css
Browse files Browse the repository at this point in the history
  • Loading branch information
T1l3 committed Jan 23, 2025
1 parent 294fbee commit a4652cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
},
"editor.formatOnSave": false,
"eslint.experimental.useFlatConfig": true
}
}
2 changes: 1 addition & 1 deletion src/runtime/components/Adsbygoogle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ defineExpose({ isUnfilled, updateAd, showAd })

<style scoped>
.hide-filled {
display: none important!;
display: none !important;
}
</style>

0 comments on commit a4652cb

Please sign in to comment.