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

24 lines
475 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-latest-posts{
padding-right:2.5em;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-latest-posts.is-grid{
padding-right:0;
2021-07-23 11:58:50 +02:00
}
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
}
2023-04-26 17:39:43 +02:00
.edit-post-visual-editor .wp-block-latest-posts.is-grid li{
margin-bottom:20px;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
.editor-latest-posts-image-alignment-control .components-base-control__label{
display:block;
2022-06-16 14:03:35 +02:00
}
2023-04-26 17:39:43 +02:00
.editor-latest-posts-image-alignment-control .components-toolbar{
border-radius:2px;
2021-07-23 11:58:50 +02:00
}