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