mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
fix: hide resize indicator on devices with limited accuracy
This commit is contained in:
parent
8e8fd2717e
commit
80d3a86468
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue