rename /src/injected to /src/css (as its css)

This commit is contained in:
SethBurkart123
2023-11-15 20:56:10 +11:00
parent f156663e84
commit 7d5c916de9
15 changed files with 10 additions and 10 deletions
+31
View File
@@ -0,0 +1,31 @@
.logo-container {
display: none;
}
.topmenu {
margin-top: 0;
}
.hide {
opacity: 0;
pointer-events: none;
}
.outside-container {
margin: 0;
overflow: hidden;
position: absolute;
right: 10px;
top: 80px;
height: 590px;
z-index: 20;
transition-duration: 100ms;
}
.imageBackground {
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
border: none !important;
}