Merge branch 'main' of github.com:JannexNet/SHX-Theme

main
Jan Umbach 2024-06-22 14:11:12 +02:00
commit 2f10ce8d94
2 changed files with 7 additions and 0 deletions

View File

@ -3637,3 +3637,9 @@ details-disclosure > details {
gap: 20px;
justify-content: center;
}
img {
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
}

View File

@ -24,6 +24,7 @@
align-items: center;
justify-content: center;
pointer-events: none;
overflow: hidden;
}
#shx-loading-screen.shx-loading-screen-hidden {