(css) Various adjustments

This commit is contained in:
Francis Lachapelle 2016-01-18 16:40:55 -05:00
parent 2537abf9e6
commit 01fd6f4309
3 changed files with 12 additions and 0 deletions

View file

@ -12,6 +12,10 @@ md-input-container {
&.md-no-flex { &.md-no-flex {
flex: none !important; flex: none !important;
} }
.md-errors-spacer {
// Temporary fix for https://github.com/angular/material/issues/6214
min-height: 0 !important;
}
} }
md-input-container .bgroup { md-input-container .bgroup {

View file

@ -48,6 +48,10 @@ md-list-item {
} }
.md-sidenav-left { .md-sidenav-left {
md-list {
padding: 0;
}
// Remove padding of input fields in the sidenav for better transitions between read and edit mode of a folder // Remove padding of input fields in the sidenav for better transitions between read and edit mode of a folder
md-input-container { md-input-container {
margin: 0; margin: 0;

View file

@ -18,6 +18,10 @@ md-sidenav {
} }
} }
md-sidenav {
overflow: inherit;
}
// MAIN SIDENAV, actually to the left // MAIN SIDENAV, actually to the left
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------