kollapsminoriteten/wp-includes/blocks/latest-posts/editor.css

15 lines
274 B
CSS
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-latest-posts>li{
overflow:hidden;
2022-12-15 17:47:31 +01:00
}
2021-07-23 11:58:50 +02:00
2023-04-26 17:39:43 +02:00
.wp-block-latest-posts li a>div{
display:inline;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(.wp-block-latest-posts){
padding-left:2.5em;
2022-06-16 14:03:35 +02:00
}
2025-02-28 08:42:11 +01:00
:root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){
padding-left:0;
2021-07-23 11:58:50 +02:00
}