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

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