Streamlined grpc auth

Added ShareX Destiation on client
This commit is contained in:
2025-05-21 22:07:57 -04:00
parent acd30750a9
commit 7061b4c313
14 changed files with 155 additions and 46 deletions

View File

@@ -21,3 +21,8 @@ input[type="text"] {
border-radius: 20px;
}
}
textarea {
min-height: 200px;
min-width: 500px;
}

View File

@@ -30,6 +30,7 @@ body {
#content {
grid-area: Content;
overflow-x: hidden;
padding: 10px;
/* margin-left: $navBarSize; */
}
@@ -106,3 +107,11 @@ form {
align-self: center;
}
}
.codeSelect {
line-break: anywhere;
white-space: pre-wrap;
background-color: $featureColor;
padding: 5px;
user-select: all;
}