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 {
|
||||
|
||||
float: left;
|
||||
margin: 0px;
|
||||
|
||||
.avatar {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
color: #222222;
|
||||
|
||||
ul {
|
||||
|
|
|
|||
|
|
@ -20,12 +20,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#leftNavBar {
|
||||
float: left;
|
||||
margin: 0px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#stream_selection {
|
||||
& > li {
|
||||
margin-bottom: 10px;
|
||||
|
|
@ -96,6 +90,9 @@
|
|||
}
|
||||
|
||||
.rightBar {
|
||||
|
||||
padding-top: 20px;
|
||||
|
||||
.section {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue