Make sure the channel list button stays always visible
This commit is contained in:
parent
c9dc323bcc
commit
ec8e4fc458
@ -470,7 +470,13 @@ kbd {
|
|||||||
width: 36px;
|
width: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Channel list button stays fixed when scrolling... */
|
||||||
#viewport .lt {
|
#viewport .lt {
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ... Except on chat windows, relative to include the notification dot */
|
||||||
|
#viewport #chat .lt {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2286,6 +2292,11 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* On mobile display, channel list button stays at the top */
|
||||||
|
#viewport .lt {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .userlist {
|
#chat .userlist {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user