mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
parent
865e5bb41b
commit
f7449c565f
3 changed files with 3 additions and 3 deletions
|
@ -1137,7 +1137,6 @@ kbd {
|
|||
}
|
||||
|
||||
#chat .from {
|
||||
border-right: 1px solid #f6f6f6;
|
||||
color: #b1c3ce;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
|
@ -1152,6 +1151,7 @@ kbd {
|
|||
min-width: 0;
|
||||
padding-left: 10px;
|
||||
padding-right: 6px;
|
||||
border-left: 1px solid #f6f6f6;
|
||||
overflow: hidden; /* Prevents Zalgo text to expand beyond messages */
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ body {
|
|||
}
|
||||
|
||||
/* Borders */
|
||||
#chat .from,
|
||||
#chat .content,
|
||||
#windows .header,
|
||||
#chat .user-mode::before,
|
||||
#chat .sidebar {
|
||||
|
|
|
@ -65,7 +65,7 @@ body {
|
|||
}
|
||||
|
||||
/* Borders */
|
||||
#chat .from,
|
||||
#chat .content,
|
||||
#windows .header,
|
||||
#chat .user-mode::before,
|
||||
#chat .sidebar {
|
||||
|
|
Loading…
Reference in a new issue