Fixed max width in exports
This commit is contained in:
parent
56959b98d7
commit
40f9b6da92
@ -166,12 +166,7 @@ img {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
|
max-width: 750px;
|
||||||
@media (min-width: 810px) {
|
|
||||||
.stackedit__html {
|
|
||||||
width: 750px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.stackedit__toc {
|
.stackedit__toc {
|
||||||
@ -248,5 +243,6 @@ img {
|
|||||||
.stackedit__html {
|
.stackedit__html {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<menu-entry @click.native="exportPandoc">
|
<menu-entry @click.native="exportPandoc">
|
||||||
<icon-download slot="icon"></icon-download>
|
<icon-download slot="icon"></icon-download>
|
||||||
<div><div class="menu-entry__sponsor">sponsor</div> Export with Pandoc</div>
|
<div><div class="menu-entry__sponsor">sponsor</div> Export with Pandoc</div>
|
||||||
<span>Convert file to PDF, Word, EPUB...</span>
|
<span>Convert to PDF, Word, EPUB...</span>
|
||||||
</menu-entry>
|
</menu-entry>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user