bump version, disable image drag
This commit is contained in:
@@ -6,7 +6,15 @@
|
||||
* {
|
||||
font-family: "Prompt";
|
||||
-webkit-user-select: none !important;
|
||||
-khtml-user-select: none !important;
|
||||
-moz-user-select: none !important;
|
||||
-o-user-select: none !important;
|
||||
user-select: none !important;
|
||||
-webkit-user-drag: none !important;
|
||||
-khtml-user-drag: none !important;
|
||||
-moz-user-drag: none !important;
|
||||
-o-user-drag: none !important;
|
||||
user-drag: none !important;
|
||||
}
|
||||
|
||||
html .cet-titlebar {
|
||||
|
@@ -170,6 +170,7 @@
|
||||
type="text"
|
||||
placeholder="Username"
|
||||
size="md"
|
||||
class="animate-sideIn"
|
||||
disabled={loading}
|
||||
bind:value={username}
|
||||
/>
|
||||
@@ -177,6 +178,7 @@
|
||||
type={showPassword ? "text" : "password"}
|
||||
placeholder="Password"
|
||||
size="md"
|
||||
class="animate-lsideIn"
|
||||
disabled={loading}
|
||||
bind:value={password}
|
||||
>
|
||||
|
Reference in New Issue
Block a user