Style torrent detail sidebar

This commit is contained in:
John Furrow
2015-11-21 14:27:04 -08:00
parent 5379e830bb
commit 898705748a
6 changed files with 46 additions and 13 deletions
+3 -2
View File
@@ -23,6 +23,7 @@ body {
.content {
display: flex;
height: 100%;
flex: 5;
flex-direction: column;
}
@@ -41,11 +42,11 @@ body {
max-height: 35px;
}
&__list {
&__wrapper {
flex: 5;
flex: 1;
}
}
}