mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
Merge main into sweep/fix-inconsistent-naming
This commit is contained in:
+6
-5
@@ -137,12 +137,13 @@ function OpenWhatsNewPopup() {
|
|||||||
let text = stringToHTML(
|
let text = stringToHTML(
|
||||||
String.raw`
|
String.raw`
|
||||||
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
<div class="whatsnewTextContainer" style="height: 50%;overflow-y: scroll;">
|
||||||
<li>Themes coming soon!</li>
|
|
||||||
|
|
||||||
<h1>3.1.5</h1>
|
<h1>3.2.0 - Custom Themes</h1>
|
||||||
<li>Minor bug fixes</li>
|
<li>Added transparency (blur) effects</li>
|
||||||
<h1>3.1.4</h1>
|
<li>Added custom themes</li>
|
||||||
<li>Minor bug fixes</li>
|
<li>Added colour picker history</li>
|
||||||
|
<li>Heaps of bug fixes</li>
|
||||||
|
|
||||||
<h1>3.1.3 - Custom Backgrounds</h1>
|
<h1>3.1.3 - Custom Backgrounds</h1>
|
||||||
<li>Added custom backgrounds with support for images and videos</li>
|
<li>Added custom backgrounds with support for images and videos</li>
|
||||||
<li>Overhauled topbar</li>
|
<li>Overhauled topbar</li>
|
||||||
|
|||||||
@@ -11,8 +11,9 @@ html.transparencyEffects:not(.dark) {
|
|||||||
|
|
||||||
html.transparencyEffects {
|
html.transparencyEffects {
|
||||||
/* Background Fixes */
|
/* Background Fixes */
|
||||||
|
.notifications__item___2ErJN,
|
||||||
#shortcuts {
|
#shortcuts {
|
||||||
backdrop-filter: unset;
|
backdrop-filter: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whatsnewTextContainer h1 {
|
.whatsnewTextContainer h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user