🔧 chore: better implementation of the media copy link feature, fix Cliboard.copyAsync() always returning an error

This commit is contained in:
retrozinndev
2025-09-01 20:51:03 -03:00
parent 082a1aface
commit 8b96ba9bf7
5 changed files with 137 additions and 87 deletions
+5 -2
View File
@@ -134,11 +134,14 @@ $color-hover: colors.$bg-primary;
margin-right: $spacing;
}
& .media-controls {
& .buttons {
margin-left: $spacing;
}
& .button-row {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
padding: 4px 0;
margin-left: $spacing;
& > button image {
margin: 0;
+1 -1
View File
@@ -52,7 +52,7 @@
}
& .bottom {
& .controls {
& .button-row {
margin-top: 9px;
& button {