fix(adapted-styles): prevent background flash on notifications page (#1118)

This commit is contained in:
MidnightCrowing
2024-11-09 12:14:18 +08:00
committed by GitHub
parent 1ad5adca37
commit 1aa285d854

View File

@@ -8,6 +8,12 @@
}
.bewly-design.notificationsPage {
// remove original Bilibili background image
body,
&.bili_dark body {
background: unset;
}
#message-navbar {
+ .container {
margin-top: 0;