fix settings

This commit is contained in:
SethBurkart123
2023-09-21 11:52:26 +10:00
parent 942e805668
commit 548bead17b
27 changed files with 271 additions and 125 deletions
+8
View File
@@ -58,6 +58,14 @@
{
"resources": ["index.css"],
"matches": ["*://*/*"]
},
{
"resources": ["interface/*"],
"matches": ["*://*/*"]
},
{
"resources": ["client/*"],
"matches": ["*://*/*"]
}
]
}
+1 -2
View File
@@ -14,13 +14,12 @@
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600");
.outside-container {
width: 350px;
margin: 0;
background-color: #131313;
overflow: hidden;
position: absolute;
right: 10px;
top: 80px;
height: 590px;
z-index: 20;
}