Resize logo in sidebar
This commit is contained in:
parent
0a8229fceb
commit
25f364ddc6
10
theme.css
10
theme.css
|
@ -33,6 +33,14 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
#sidebar .logo-container {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#sidebar .logo-inverted {
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
i.hostmask {
|
||||
font-size: 90%;
|
||||
opacity: 0.7;
|
||||
|
@ -49,7 +57,7 @@ kbd {
|
|||
text-shadow: none;
|
||||
}
|
||||
|
||||
#chat .count:before,
|
||||
#chat .count::before,
|
||||
#form #submit,
|
||||
#chat button.menu,
|
||||
#viewport .lt,
|
||||
|
|
Loading…
Reference in New Issue