experimental: full support for background photos and videos

This commit is contained in:
SethBurkart123
2023-10-08 19:47:51 +11:00
parent 44025ecfa0
commit 39c42c5920
9 changed files with 187 additions and 87 deletions
+1
View File
@@ -1,5 +1,6 @@
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600");
@import "./injected/popup.css";
@import "./injected/sidebar-animation.css";
:root {
background: var(--better-main) !important;
+1
View File
@@ -25,4 +25,5 @@
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}
@@ -0,0 +1,7 @@
/* #menu ul.noscroll li {
transform: translateX(-10%);
}
#menu li.active>.sub {
transform: translateX(0);
} */