(css) Various adjustments

pull/188/head
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 {
flex: none !important;
}
.md-errors-spacer {
// Temporary fix for https://github.com/angular/material/issues/6214
min-height: 0 !important;
}
}
md-input-container .bgroup {

View File

@ -48,6 +48,10 @@ md-list-item {
}
.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
md-input-container {
margin: 0;

View File

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