github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/themes/shadow/public/convo.css (about)

     1  .convos_item_user:not(:last-child):after {
     2  	content: ",";
     3  }
     4  
     5  .parti {
     6  	margin-bottom: 8px;
     7  }
     8  .parti .rowitem {
     9  	display: flex;
    10  }
    11  .parti_user:not(:last-child):after {
    12  	content: ",";
    13  }
    14  
    15  .convo_row_box .rowitem {
    16  	background-repeat: no-repeat, repeat-y;
    17  	background-size: 128px;
    18  	padding-left: 136px;
    19  }