1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 02:17:36 +01:00

Fixed scrolling of the extra-features panel

This commit is contained in:
Giulio Cesare Solaroli
2015-03-03 16:13:22 +01:00
parent 66e036b5de
commit 03ce1d3497
4 changed files with 88 additions and 43 deletions

View File

@@ -17,20 +17,22 @@
}
}
div {
& > div {
border-top: 1px solid white;
& > ul > li {
// padding: 10px;
// padding-right: 0px;
border-top: 1px solid white;
border-bottom: 1px solid white;
& > ul {
padding-left: 10px;
}
&:last-child {
border-bottom: 1px solid white;
}
// &:last-child {
// border-bottom: 1px solid white;
// }
&.closed > ul {
display: none;