mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(adapted-styles): prevent background flash on notifications page (#1118)
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
}
|
||||
|
||||
.bewly-design.notificationsPage {
|
||||
// remove original Bilibili background image
|
||||
body,
|
||||
&.bili_dark body {
|
||||
background: unset;
|
||||
}
|
||||
|
||||
#message-navbar {
|
||||
+ .container {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user