Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `.sidebar { margin: 0; padding: 0 }` This isn't overriding anything, because the sidebar never has a margin or padding on it.
This commit is contained in:
commit
6dd1a404c1
@ -1660,8 +1660,6 @@ in storage.js
|
||||
/* Hide the sidebar offscreen while not in use. Doing this instead of display: none means
|
||||
the sidebar stays visible for screen readers, which is useful for navigation. */
|
||||
left: -1000px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
z-index: 11;
|
||||
/* Reduce height slightly to account for mobile topbar. */
|
||||
height: calc(100vh - 45px);
|
||||
|
Loading…
x
Reference in New Issue
Block a user