Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
DARK: Fix preview banner not being displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
AliHMIMS authored Jun 8, 2023
1 parent 28c287e commit 8779c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ body {
font-family: var(--yc-font-family);
}

/* ----- Hide close preview button ----- */
[style*="left: 0px; bottom: 0px; z-index: 500; width: 100vw; position: fixed;"] {
display: none !important;
}

.container {
max-width: 1440px !important;
margin: 0 auto;
Expand Down
5 changes: 0 additions & 5 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ body {
font-family: var(--yc-font-family);
}

/* ----- Hide close preview button ----- */
[style*="left: 0px; bottom: 0px; z-index: 500; width: 100vw; position: fixed;"] {
display: none !important;
}

.container {
max-width: 1440px !important;
margin: 0 auto;
Expand Down

0 comments on commit 8779c12

Please sign in to comment.