mirror of https://github.com/wallabag/wallabag.git
Sidebar sub entries not conditioned by hover anymore
This commit is contained in:
parent
913c3bc7aa
commit
0a81f9b9d9
|
@ -172,18 +172,18 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
width: 260px !important;
|
width: 260px !important;
|
||||||
|
|
||||||
.collapsible-body {
|
|
||||||
height: auto;
|
|
||||||
|
|
||||||
li a i.material-icons {
|
|
||||||
margin: auto 5px auto -8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collapsible-body {
|
||||||
|
height: auto;
|
||||||
|
|
||||||
|
li a i.material-icons {
|
||||||
|
margin: auto 5px auto -8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue