2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template{
|
|
|
|
list-style:none;
|
|
|
|
margin-bottom:0;
|
|
|
|
max-width:100%;
|
|
|
|
padding:0;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template li{
|
|
|
|
clear:both;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template ol{
|
|
|
|
list-style:none;
|
|
|
|
margin-bottom:0;
|
|
|
|
max-width:100%;
|
|
|
|
padding-left:2rem;
|
2022-09-20 17:43:29 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template.alignleft{
|
|
|
|
float:left;
|
2022-09-20 17:43:29 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template.aligncenter{
|
|
|
|
margin-left:auto;
|
|
|
|
margin-right:auto;
|
|
|
|
width:-moz-fit-content;
|
|
|
|
width:fit-content;
|
2022-09-20 17:43:29 +02:00
|
|
|
}
|
2023-02-02 19:59:20 +01:00
|
|
|
.wp-block-comment-template.alignright{
|
|
|
|
float:right;
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|