fix sidebar mobile
This commit is contained in:
parent
6dfc59c523
commit
033e23c2ed
1 changed files with 6 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.off-canvas-list li a {
|
ul.off-canvas-list li a {
|
||||||
border-bottom: 1px solid #425568;
|
border-bottom: transparent;
|
||||||
padding: 0.66667rem 1rem;
|
padding: 0.66667rem 1rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
@ -160,6 +160,11 @@
|
||||||
.side-nav.wallets {
|
.side-nav.wallets {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.off-canvas-list li a:hover {
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue