kollapsminoriteten/wp-includes/blocks/query-pagination/editor.css

10 lines
269 B
CSS
Raw Permalink Normal View History

2023-04-26 17:39:43 +02:00
.wp-block[data-align=center]>.wp-block-query-pagination{
justify-content:center;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:where(.editor-styles-wrapper) .wp-block-query-pagination{
2023-04-26 17:39:43 +02:00
max-width:100%;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
:where(.editor-styles-wrapper) .wp-block-query-pagination.block-editor-block-list__layout{
2023-04-26 17:39:43 +02:00
margin:0;
2021-07-23 11:58:50 +02:00
}