Skip to content

Commit

Permalink
Merge pull request #373 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
chuccv authored Nov 13, 2024
2 parents 0ac258a + e2e7463 commit c2f0e4f
Show file tree
Hide file tree
Showing 4 changed files with 859 additions and 822 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "mageplaza/magento-2-blog-extension",
"description": "Magento 2 Blog extension",
"require": {
"mageplaza/module-core": "^1.5.7",
"mageplaza/module-core": "^1.5.9",
"mageplaza/facebook-graph-sdk": "^1.0.1"
},
"type": "magento2-module",
"version": "4.2.5",
"version": "4.2.6",
"license": "proprietary",
"keywords": [
"magento 2",
Expand Down
11 changes: 11 additions & 0 deletions view/frontend/templates/author/signup.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@ $author = $block->getAuthor();
.sidebar.sidebar-main:before {
content: unset !important;
}
@media (max-width: 768px) {
fieldset.fieldset {
display: contents;
}
fieldset.fieldset .control .mp_full_url {
word-break: break-all;
}
.actions-toolbar {
margin-top: 20px;
}
}
</style>
<script>
require(
Expand Down
7 changes: 7 additions & 0 deletions view/frontend/templates/design.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ use Magento\Framework\Escaper;
.mp-blog-like {
left: 20%;
}
main#maincontent {
position: relative;
padding-top: 41px;
}
.sidebar-main .block-collapsible-nav .title {
padding: 30px 40px 10px 15px;
}
}

@media (max-width: 375px) {
Expand Down
Loading

0 comments on commit c2f0e4f

Please sign in to comment.