Merge main into sweep/fix-inconsistent-naming

This commit is contained in:
sweep-ai[bot]
2023-11-15 19:32:55 +00:00
committed by GitHub
2 changed files with 10 additions and 8 deletions
+6 -5
View File
@@ -137,12 +137,13 @@ function OpenWhatsNewPopup() {
let text = stringToHTML(
String.raw`
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
<li>Themes coming soon!</li>
<h1>3.1.5</h1>
<li>Minor bug fixes</li>
<h1>3.1.4</h1>
<li>Minor bug fixes</li>
<h1>3.2.0 - Custom Themes</h1>
<li>Added transparency (blur) effects</li>
<li>Added custom themes</li>
<li>Added colour picker history</li>
<li>Heaps of bug fixes</li>
<h1>3.1.3 - Custom Backgrounds</h1>
<li>Added custom backgrounds with support for images and videos</li>
<li>Overhauled topbar</li>
+2 -1
View File
@@ -11,8 +11,9 @@ html.transparencyEffects:not(.dark) {
html.transparencyEffects {
/* Background Fixes */
.notifications__item___2ErJN,
#shortcuts {
backdrop-filter: unset;
backdrop-filter: unset !important;
}
.whatsnewTextContainer h1 {