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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user