Show streamer profile picture to the left of title

This commit is contained in:
Dessa Simpson 2020-09-13 10:13:01 -07:00
parent 249a5911b4
commit bd8bcc369b
2 changed files with 14 additions and 2 deletions

View file

@ -44,7 +44,7 @@ a:hover {
text-decoration: none;
}
#logo {
#nav-title {
font-weight: bold;
color: #eee;
}
@ -65,6 +65,17 @@ div#nav-userpic {
margin-bottom: 0.25em;
}
div#nav-streamerpic {
margin-right: -5px;
height: 2.5em;
}
#nav-streamerpic img {
height: 80%;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
#main {
margin: 0.5em;
padding: 0.5em;