🔧 chore: better implementation of the media copy link feature, fix Cliboard.copyAsync() always returning an error
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
}
|
||||
|
||||
& .bottom {
|
||||
& .controls {
|
||||
& .button-row {
|
||||
margin-top: 9px;
|
||||
|
||||
& button {
|
||||
|
||||
Reference in New Issue
Block a user