File tree Expand file tree Collapse file tree 4 files changed +859
-822
lines changed Expand file tree Collapse file tree 4 files changed +859
-822
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " mageplaza/magento-2-blog-extension" ,
3
3
"description" : " Magento 2 Blog extension" ,
4
4
"require" : {
5
- "mageplaza/module-core" : " ^1.5.7 " ,
5
+ "mageplaza/module-core" : " ^1.5.9 " ,
6
6
"mageplaza/facebook-graph-sdk" : " ^1.0.1"
7
7
},
8
8
"type" : " magento2-module" ,
9
- "version" : " 4.2.5 " ,
9
+ "version" : " 4.2.6 " ,
10
10
"license" : " proprietary" ,
11
11
"keywords" : [
12
12
" magento 2" ,
Original file line number Diff line number Diff line change @@ -152,6 +152,17 @@ $author = $block->getAuthor();
152
152
.sidebar.sidebar-main:before {
153
153
content: unset !important;
154
154
}
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
+ }
155
166
</style>
156
167
<script>
157
168
require(
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ use Magento\Framework\Escaper;
81
81
.mp-blog-like {
82
82
left: 20%;
83
83
}
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
+ }
84
91
}
85
92
86
93
@media (max-width: 375px) {
You can’t perform that action at this time.
0 commit comments