mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41:40 +00:00
Increase size of nav button touch target area
This commit is contained in:
parent
e559ad1097
commit
d77f1e7b9f
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ html, body {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: $main-padding / 2 - 8px;
|
top: $main-padding / 2 - 8px;
|
||||||
left: $main-padding / 2 - 8px;
|
left: $main-padding / 2 - 8px;
|
||||||
|
padding: 0 1.5em 5em 0; // increase touch area size
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue