Update nav icon spacing to prevent misclicks
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
a0de673cc0
commit
3518ae1cf5
1 changed files with 1 additions and 5 deletions
|
@ -84,7 +84,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-icon {
|
.nav-icon {
|
||||||
margin-left: 0.2em;
|
margin-left: 0.7em;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -114,10 +114,6 @@
|
||||||
.left {
|
.left {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.nav-icon {
|
|
||||||
margin-left: 0.15em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-left-wrapper {
|
.nav-left-wrapper {
|
||||||
|
|
Loading…
Reference in a new issue