mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
rename /src/injected to /src/css (as its css)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user