Merge branch 'main' of github.com:JannexNet/SHX-Theme
commit
2f10ce8d94
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#shx-loading-screen.shx-loading-screen-hidden {
|
||||
|
|
Loading…
Reference in New Issue