This commit is contained in:
Mirco Wittrien 2021-06-17 15:33:03 +02:00
parent 394205f6b2
commit f35a7ab698
2 changed files with 2 additions and 2 deletions

View File

@ -1424,7 +1424,7 @@ img:not([src]), img[src=""], img[src="null"] {
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
background: #18191c !important;
background: #18191c linear-gradient(var(--background-floating), var(--background-floating)) !important;
-webkit-app-region: drag !important;
z-index: 1000000 !important;
}

View File

@ -30,7 +30,7 @@
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
background: #18191c !important;
background: #18191c linear-gradient(var(--background-floating), var(--background-floating)) !important;
-webkit-app-region: drag !important;
z-index: 1000000 !important;
}