Merge pull request #587 from glowing-bear/increase-icon-size
Adjust sizes in top bar
This commit is contained in:
commit
7be9dab1e8
1 changed files with 3 additions and 5 deletions
|
@ -121,7 +121,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
font-size: 16px;
|
font-size: 22px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
@ -638,19 +638,17 @@ img.emojione {
|
||||||
left: 40px;
|
left: 40px;
|
||||||
right: 60px;
|
right: 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar .brand img {
|
#topbar .brand img {
|
||||||
height: 20px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar .badge {
|
#topbar .badge {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar .actions {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#bufferlines, #nicklist {
|
#bufferlines, #nicklist {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue