left bar styles adjusted
This commit is contained in:
parent
e48679affe
commit
cb99ad9e68
2 changed files with 12 additions and 6 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
#leftNavBar {
|
#leftNavBar {
|
||||||
|
|
||||||
|
float: left;
|
||||||
|
margin: 0px;
|
||||||
|
|
||||||
|
.avatar {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
color: #222222;
|
color: #222222;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#leftNavBar {
|
|
||||||
float: left;
|
|
||||||
margin: 0px;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#stream_selection {
|
#stream_selection {
|
||||||
& > li {
|
& > li {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
@ -96,6 +90,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightBar {
|
.rightBar {
|
||||||
|
|
||||||
|
padding-top: 20px;
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue