Skip to content

Commit 890b50c

Browse files
authored
feat: always show terminal copy button (#381)
1 parent e671b4f commit 890b50c

File tree

1 file changed

+1
-8
lines changed
  • web/src/components/features/inspector/Console

1 file changed

+1
-8
lines changed

web/src/components/features/inspector/Console/Console.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Copy button for touch devices
3030
*/
3131
.app-Console__copy {
3232
position: absolute;
33-
display: none;
33+
display: block;
3434
z-index: 999;
3535
top: 0;
3636
right: var(--terminal-padding-x);
@@ -39,10 +39,3 @@ Copy button for touch devices
3939
.app-Console__copy[hidden] {
4040
display: none;
4141
}
42-
43-
/* Enable copy button only on touch devices */
44-
@media (hover: none) {
45-
.app-Console__copy {
46-
display: block;
47-
}
48-
}

0 commit comments

Comments
 (0)