Skip to content

Commit

Permalink
Fix Navbar loading jitter + Add Footer blur
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Aug 31, 2023
1 parent ac90c85 commit 41237fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ progress[value]::-moz-progress-bar {
padding: 10px;
border-top: solid #521186 1px;
background-color: #2b09508c;
backdrop-filter: blur(4px);
}

.footer {
Expand All @@ -786,6 +787,7 @@ progress[value]::-moz-progress-bar {
border-bottom-width: 1px;
position: fixed;
width: 100%;
min-height: 77px;
}

/* New styling */
Expand Down

0 comments on commit 41237fb

Please sign in to comment.