diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-08-30 01:43:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 01:43:42 +0200 |
| commit | f35eb5cced453e87d0ee9e648928cba6729b15ba (patch) | |
| tree | 18ed84d4b4b4047acc6e76abab1bfe63b8938b06 | |
| parent | 75d6b109c2829310901941a03ecb36ed9bb63642 (diff) | |
| parent | 8e0e179776bca98cb2f6910abf1dfb411ff13296 (diff) | |
| download | rust-f35eb5cced453e87d0ee9e648928cba6729b15ba.tar.gz rust-f35eb5cced453e87d0ee9e648928cba6729b15ba.zip | |
Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomez
Expand rustdoc theme chooser x padding   But I still think there is room for improvement considering mdbook.  CC @GuillaumeGomez @jyn514
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 346ceacc928..55dcaec8ae1 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1290,7 +1290,7 @@ h4 > .notable-traits { #theme-choices > button { border: none; width: 100%; - padding: 4px; + padding: 4px 8px; text-align: center; background: rgba(0,0,0,0); } |
