fix: unocss styles confict with bilibili styles

This commit is contained in:
Hakadao
2024-12-12 02:13:26 +08:00
parent 5e5d8e496b
commit beb29f712c
2 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,6 @@
#message-navbar {
display: none;
}
.ps {
padding-inline-start: 0;
}
}
.bewly-design.notificationsPage {

View File

@@ -12,6 +12,10 @@ export default defineConfig({
],
},
},
blocklist: [
'ps',
'container',
],
presets: [
presetUno(),
presetAttributify(),