Skip to content

Commit d477386

Browse files
authored
Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r=GuillaumeGomez
rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }` Since 8b001b4 make the sidebar toggle a flex container, and already centers its content in desktop mode, this rule doesn't do anything.
2 parents 320d018 + 90da11d commit d477386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,6 @@ in storage.js
17421742
top: 100px;
17431743
width: 30px;
17441744
font-size: 1.5rem;
1745-
text-align: center;
17461745
padding: 0;
17471746
z-index: 10;
17481747
border-top-right-radius: 3px;

0 commit comments

Comments
 (0)