Skip to content

Commit c2f0e4f

Browse files
authored
Merge pull request #373 from mageplaza/2.4-develop
2.4 develop
2 parents 0ac258a + e2e7463 commit c2f0e4f

File tree

4 files changed

+859
-822
lines changed

4 files changed

+859
-822
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "mageplaza/magento-2-blog-extension",
33
"description": "Magento 2 Blog extension",
44
"require": {
5-
"mageplaza/module-core": "^1.5.7",
5+
"mageplaza/module-core": "^1.5.9",
66
"mageplaza/facebook-graph-sdk": "^1.0.1"
77
},
88
"type": "magento2-module",
9-
"version": "4.2.5",
9+
"version": "4.2.6",
1010
"license": "proprietary",
1111
"keywords": [
1212
"magento 2",

view/frontend/templates/author/signup.phtml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,17 @@ $author = $block->getAuthor();
152152
.sidebar.sidebar-main:before {
153153
content: unset !important;
154154
}
155+
@media (max-width: 768px) {
156+
fieldset.fieldset {
157+
display: contents;
158+
}
159+
fieldset.fieldset .control .mp_full_url {
160+
word-break: break-all;
161+
}
162+
.actions-toolbar {
163+
margin-top: 20px;
164+
}
165+
}
155166
</style>
156167
<script>
157168
require(

view/frontend/templates/design.phtml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ use Magento\Framework\Escaper;
8181
.mp-blog-like {
8282
left: 20%;
8383
}
84+
main#maincontent {
85+
position: relative;
86+
padding-top: 41px;
87+
}
88+
.sidebar-main .block-collapsible-nav .title {
89+
padding: 30px 40px 10px 15px;
90+
}
8491
}
8592

8693
@media (max-width: 375px) {

0 commit comments

Comments
 (0)