Skip to content

Commit

Permalink
feat: always show terminal copy button (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Jul 17, 2024
1 parent e671b4f commit 890b50c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions web/src/components/features/inspector/Console/Console.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Copy button for touch devices
*/
.app-Console__copy {
position: absolute;
display: none;
display: block;
z-index: 999;
top: 0;
right: var(--terminal-padding-x);
Expand All @@ -39,10 +39,3 @@ Copy button for touch devices
.app-Console__copy[hidden] {
display: none;
}

/* Enable copy button only on touch devices */
@media (hover: none) {
.app-Console__copy {
display: block;
}
}

0 comments on commit 890b50c

Please sign in to comment.