fix: hide resize indicator on devices with limited accuracy

This commit is contained in:
Evgeny Chaban 2023-10-04 01:55:20 +03:00
parent 8e8fd2717e
commit 80d3a86468
1 changed files with 5 additions and 0 deletions

View File

@ -269,6 +269,11 @@ pre > .buttons button {
/* On mobile, make it easier to tap buttons. */ /* On mobile, make it easier to tap buttons. */
padding: 0.3rem 1rem; padding: 0.3rem 1rem;
} }
.sidebar-resize-indicator {
/* Hide resize indicator on devices with limited accuracy */
display: none;
}
} }
pre > code { pre > code {
padding: 1rem; padding: 1rem;