mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: remove white bar appearing on some pages
This commit is contained in:
@@ -118,6 +118,12 @@ if (isSupportedPages()) {
|
||||
visibility: hidden;
|
||||
height: var(--bew-top-bar-height) !important;
|
||||
}
|
||||
|
||||
/* some pages have a white bar at the top; changing the top margin fixes this problem */
|
||||
.banner-wrapper,
|
||||
.home-banner-wrapper {
|
||||
margin-top: calc(-1 * var(--bew-top-bar-height)) !important;
|
||||
}
|
||||
`)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user