Skip to content

Commit 80d3a86

Browse files
committed
fix: hide resize indicator on devices with limited accuracy
1 parent 8e8fd27 commit 80d3a86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/theme/css/chrome.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ pre > .buttons button {
269269
/* On mobile, make it easier to tap buttons. */
270270
padding: 0.3rem 1rem;
271271
}
272+
273+
.sidebar-resize-indicator {
274+
/* Hide resize indicator on devices with limited accuracy */
275+
display: none;
276+
}
272277
}
273278
pre > code {
274279
padding: 1rem;

0 commit comments

Comments
 (0)