feat: add "copy download link to clipboard" button to Share prompt (#5173)

Co-authored-by: Henrique Dias <mail@hacdias.com>
This commit is contained in:
Kosmos
2025-11-22 17:07:10 +01:00
committed by GitHub
parent 54306bdc87
commit d48f5665d6
2 changed files with 36 additions and 9 deletions

View File

@@ -98,7 +98,8 @@ main .spinner .bounce2 {
position: relative;
}
.action.disabled {
.action.disabled,
.action[disabled] {
opacity: 0.2;
cursor: not-allowed;
}
@@ -460,4 +461,4 @@ html[dir="rtl"] .card-content .small + input {
html[dir="rtl"] .card.floating .card-content .file-list {
direction: ltr;
text-align: left;
}
}