Added expand/collapse sidebar to desktop network sites.

This commit is contained in:
2020-01-09 03:23:16 +01:00
parent 34102fae4f
commit bca925d122
3 changed files with 90 additions and 53 deletions

View File

@@ -255,10 +255,11 @@ export default {
box-sizing: border-box;
}
.info.column {
.info {
padding: 1rem;
border-left: solid 1px $shadow-hint;
border-right: solid 1px $shadow-hint;
flex-grow: 1;
}
.row {