Preserve whitespace in comment

This commit is contained in:
the1812 2019-03-31 14:44:06 +08:00
parent 77231e25c2
commit f067ff6d8b
5 changed files with 15 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
style\blur-video-control\blur-video-control.css|D4B91008E09D7C2205127BB01E0981459CE1E65A
style\blur-video-control\blur-video-control.js|5EF74E24B44AF6B81C7237CDF299854F4F20F458
style\comment\comment.css|A478DE7A1D54104D82D65B5FC5B8AB1BE9F4AD83
style\comment\comment.css|A8AB8F7A653EB9F6EDAE046D9F8EF1D18BEDDBFB
style\comment\comment.js|DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
style\comment\comment-dark.css|FB74EEE8AFDDDCE1CB8B927D373CD6A5EC3A177C
style\compact-layout\compact-layout.css|0581D4820F41E6038E10D58C448CB58A6060D526

2
min/comment.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -223,3 +223,12 @@
{
background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="18" height="18" viewBox="0 0 24 24"><path fill="black" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>') !important;
}
.bb-comment .comment-list .list-item .user .text-con
{
white-space: pre-wrap;
display: block;
}
.bb-comment .comment-list .list-item .text
{
white-space: pre-wrap;
}