big update in share links
This commit is contained in:
+32
-1
@@ -3873,7 +3873,7 @@ dialog::backdrop {
|
||||
}
|
||||
|
||||
.share-link-form {
|
||||
grid-template-columns: minmax(140px, auto) minmax(110px, 140px) auto auto;
|
||||
grid-template-columns: minmax(180px, 1fr) minmax(140px, auto) minmax(110px, 140px) auto auto;
|
||||
}
|
||||
|
||||
.share-forever {
|
||||
@@ -5931,6 +5931,21 @@ dialog::backdrop {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.share-link-label-edit {
|
||||
display: grid;
|
||||
gap: 5px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.share-link-label-edit>span {
|
||||
color: var(--muted);
|
||||
font-size: .78rem;
|
||||
}
|
||||
|
||||
.share-link-label-edit input {
|
||||
width: min(100%, 520px);
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.share-link-row {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -6485,3 +6500,19 @@ dialog::backdrop {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* Share links: keep one-time URLs readable without storing plaintext tokens. */
|
||||
.share-link-id {
|
||||
color: var(--muted);
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
||||
font-size: .78rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.share-link-once {
|
||||
color: var(--muted-2) !important;
|
||||
}
|
||||
|
||||
.form-message.warning {
|
||||
color: var(--warning);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user