fix: hide resize indicator on devices with limited accuracy
This commit is contained in:
parent
8e8fd2717e
commit
80d3a86468
|
@ -269,6 +269,11 @@ pre > .buttons button {
|
|||
/* On mobile, make it easier to tap buttons. */
|
||||
padding: 0.3rem 1rem;
|
||||
}
|
||||
|
||||
.sidebar-resize-indicator {
|
||||
/* Hide resize indicator on devices with limited accuracy */
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
pre > code {
|
||||
padding: 1rem;
|
||||
|
|
Loading…
Reference in New Issue