mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Add touch-action to Messages, Sidebar and User list
This commit fixes #1035
This commit is contained in:
parent
15b922595f
commit
32da456c84
1 changed files with 3 additions and 0 deletions
|
@ -493,6 +493,7 @@ kbd {
|
|||
#sidebar .network,
|
||||
#sidebar .network-placeholder {
|
||||
margin-bottom: 30px;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
#sidebar .empty {
|
||||
|
@ -935,6 +936,7 @@ kbd {
|
|||
|
||||
#chat .messages {
|
||||
padding: 10px 0;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
#chat .msg {
|
||||
|
@ -1296,6 +1298,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||
position: absolute;
|
||||
top: 48px;
|
||||
width: 100%;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
#chat .names-filtered {
|
||||
|
|
Loading…
Reference in a new issue