Update ThemeDevBadge.css
This commit is contained in:
parent
02f588d4c0
commit
e9ba065c55
|
@ -21,13 +21,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-1IoFq-[href*="/Lightcord/" i]::before {
|
.link-1IoFq-[href*="/Lightcord/" i]::before {
|
||||||
content: "";
|
content: "" !important;
|
||||||
position: fixed;
|
display: block !important;
|
||||||
top: 0;
|
visibility: visible !important;
|
||||||
right: 0;
|
opacity: 1 !important;
|
||||||
bottom: 0;
|
position: fixed !important;
|
||||||
left: 0;
|
top: 0 !important;
|
||||||
background: #18191c;
|
right: 0 !important;
|
||||||
pointer-events: none;
|
bottom: 0 !important;
|
||||||
z-index: 1000000;
|
left: 0 !important;
|
||||||
|
background: #18191c !important;
|
||||||
|
-webkit-app-region: drag !important;
|
||||||
|
z-index: 1000000 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue