Merge pull request #1849 from thelounge/astorije/fix-special-chans
Fix UI issues with special channels
This commit is contained in:
commit
7dd4603d3c
@ -877,10 +877,6 @@ kbd {
|
|||||||
right: 180px;
|
right: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .special {
|
|
||||||
bottom: -47px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#viewport.rt .chat {
|
#viewport.rt .chat {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
@ -923,6 +919,9 @@ kbd {
|
|||||||
#chat .messages {
|
#chat .messages {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
touch-action: pan-y;
|
touch-action: pan-y;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .chan:not(.special) .messages {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1039,6 +1038,15 @@ kbd {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .special .date-marker-container,
|
||||||
|
#chat .special .unread-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .special table th {
|
||||||
|
word-break: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* Nicknames */
|
/* Nicknames */
|
||||||
|
|
||||||
#chat .user {
|
#chat .user {
|
||||||
|
Loading…
Reference in New Issue
Block a user