New sidebar layout

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-11 15:15:58 +02:00
parent 7500a179c0
commit e9a320e528
2 changed files with 61 additions and 49 deletions

View File

@@ -1490,6 +1490,21 @@ input.input-inline {
}
}
.section-wrapper {
display: flex;
max-width: 100%;
margin-top: 10px;
}
.section-label {
background-position: 0px center;
width:28px;
flex-shrink: 0;
}
.section-details {
flex-grow: 1;
}
/**
* Mobile optimizations
*/