Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed May 17, 2024
2 parents ff04d9b + 7147030 commit 94d8f6e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 7 additions & 4 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-page-videos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,20 @@
@media(max-width: 876px){
width: 122px;
height: 225px;
margin-left: auto;
margin-right: auto;
}
@media(max-width: 782px){
width: 132px !important;
height: 235px;
}
}
.post-thumbnail{
.play{
display: none;
}
}
.latest-horizontal-posts-block__arrows{
@media(max-width: 782px){
width: 240px;
}
}
.slick-arrow {
transition: none !important;
}
Expand Down
6 changes: 6 additions & 0 deletions themes/midia-ninja-theme/assets/scss/6-pages/_p-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
width: 100%;
}

figure{
figcaption{
display: inherit;
}
}

.post {
font-family: "Manrope", sans-serif;
font-style: normal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export default function Edit( { attributes, setAttributes } ) {
onChange={ ( value ) => setAttributes( { postsToShow: value } ) }
min={ 2 }
max={ 10 }
step={ 2 }
step={ 1 }
/>
</PanelRow>

Expand Down
2 changes: 1 addition & 1 deletion themes/midia-ninja-theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://hacklab.com.br/
Author: Hacklab
Author URI: https://hacklab.com.br/
Description: Tema base para desenvolvimento de novos sites.
Version: 1.1.0
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Expand Down

0 comments on commit 94d8f6e

Please sign in to comment.