Skip to content

Commit

Permalink
Merge pull request #1978 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.72.0.0
  • Loading branch information
kurudrive authored Apr 12, 2024
2 parents 02f7a45 + cdb61c2 commit a0279d5
Show file tree
Hide file tree
Showing 10 changed files with 303 additions and 209 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- develop
pull_request:
types:
- ready_for_review
branches:
- develop

Expand Down
26 changes: 17 additions & 9 deletions editor-css/_editor_before_balloon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
display: block;
clear: both;
}
.vk_balloon{
figure,
p.wp-block{
width: 100%;
}
&_icon{
button.image-button{
height: auto;
}
.editor-styles-wrapper {
.vk_balloon{
figure,
p.wp-block{
width: 100%;
}
&_icon{
button.image-button {
height: auto;
}
&_image{
width: 64px;
height: 64px;
max-width: initial;
}
}
}
}

.block-editor-block-list__block .block-list-appender{
// margin: inherit;
}
Expand Down
1 change: 0 additions & 1 deletion editor-css/_editor_before_slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.vk_slider.vk_swiper.vk_slider.vk_swiper.alignfull {
max-width: 100vw;
.vk_slider_item {
margin: auto;
max-width: 100vw;
&.vk_slider_item-paddingLR-use,
&.vk_slider_item-paddingLR-zero{
Expand Down
Loading

0 comments on commit a0279d5

Please sign in to comment.