Fix border after nickname not taking full height

Fixes #2054
This commit is contained in:
Pavel Djundik 2018-02-11 19:11:17 +02:00
parent 865e5bb41b
commit f7449c565f
3 changed files with 3 additions and 3 deletions

View File

@ -1137,7 +1137,6 @@ kbd {
} }
#chat .from { #chat .from {
border-right: 1px solid #f6f6f6;
color: #b1c3ce; color: #b1c3ce;
padding-right: 10px; padding-right: 10px;
text-align: right; text-align: right;
@ -1152,6 +1151,7 @@ kbd {
min-width: 0; min-width: 0;
padding-left: 10px; padding-left: 10px;
padding-right: 6px; padding-right: 6px;
border-left: 1px solid #f6f6f6;
overflow: hidden; /* Prevents Zalgo text to expand beyond messages */ overflow: hidden; /* Prevents Zalgo text to expand beyond messages */
} }

View File

@ -39,7 +39,7 @@ body {
} }
/* Borders */ /* Borders */
#chat .from, #chat .content,
#windows .header, #windows .header,
#chat .user-mode::before, #chat .user-mode::before,
#chat .sidebar { #chat .sidebar {

View File

@ -65,7 +65,7 @@ body {
} }
/* Borders */ /* Borders */
#chat .from, #chat .content,
#windows .header, #windows .header,
#chat .user-mode::before, #chat .user-mode::before,
#chat .sidebar { #chat .sidebar {