This commit is contained in:
harukin 2018-11-22 16:36:26 +09:00
parent af8be0c246
commit 338c65b223

View File

@ -2107,4 +2107,7 @@ a[title*="pawoo.net"]::after{
}
.toplevel_item:nth-child(2n+1){
float: right;
}
.comment-edit-preview .toplevel_item{
width: calc(100% - 16px);
}