Thinner scrollbars and larger buttons on mobile
Give those buttons a size where there's at least a chance to hit them with a finger
This commit is contained in:
parent
0d580cc1d2
commit
4c56d096ac
|
@ -342,6 +342,14 @@ table.notimestamp td.time {
|
||||||
left: 40px;
|
left: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar .actions {
|
||||||
|
line-height: 30px;
|
||||||
|
font-size: 30px;
|
||||||
|
margin-right: 0;
|
||||||
|
height: 32px;
|
||||||
|
padding-top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
#bufferlines, #nicklist {
|
#bufferlines, #nicklist {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
@ -393,4 +401,9 @@ table.notimestamp td.time {
|
||||||
#bufferlines td.prefix:after {
|
#bufferlines td.prefix:after {
|
||||||
content: ">";
|
content: ">";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 5px;
|
||||||
|
height: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue