mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(notifications-page): resolve issue with top part being obscured
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#message-navbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bewly-design.notificationsPage {
|
||||
#message-navbar {
|
||||
display: none;
|
||||
|
||||
+ .container {
|
||||
margin-top: 0;
|
||||
padding-top: var(--bew-top-bar-height);
|
||||
|
||||
Reference in New Issue
Block a user