mirror of
https://github.com/rust-lang/mdBook
synced 2025-01-07 10:18:44 +00:00
Merge pull request #202 from paiv/paiv-widen-menu-hitregions
widen hit regions of menu buttons
This commit is contained in:
commit
23d25c853e
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ table thead td {
|
||||||
}
|
}
|
||||||
.menu-bar i {
|
.menu-bar i {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 10px;
|
padding: 0 10px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
-webkit-transition: color 0.5s;
|
-webkit-transition: color 0.5s;
|
||||||
|
|
Loading…
Reference in a new issue