Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }`
Since 8b001b4da0
make the sidebar toggle a flex container, and already centers its content in desktop mode, this rule doesn't do anything.
This commit is contained in:
commit
d4773866be
1 changed files with 0 additions and 1 deletions
|
@ -1742,7 +1742,6 @@ in storage.js
|
||||||
top: 100px;
|
top: 100px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
text-align: center;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue