mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-11 22:45:26 +00:00
(css) Improve menu display in sidenav
This commit is contained in:
@@ -8,3 +8,16 @@ md-card {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
md-sidenav {
|
||||
md-list {
|
||||
.md-menu {
|
||||
padding: 0; // don't add padding so all icon buttons are of the same height
|
||||
opacity: 1;
|
||||
transition: $swift-ease-in;
|
||||
&.ng-hide {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user