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
This commit is contained in:
commit
f35eb5cced
1 changed files with 1 additions and 1 deletions
|
@ -1290,7 +1290,7 @@ h4 > .notable-traits {
|
||||||
#theme-choices > button {
|
#theme-choices > button {
|
||||||
border: none;
|
border: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 4px;
|
padding: 4px 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0,0,0,0);
|
background: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue