Doc edits/VST3 Build fixes.
This commit is contained in:
@@ -201,8 +201,8 @@
|
||||
+ "px; left: 0px; top: 0px; opacity: 0.0;"
|
||||
+ " display: flex; flex-flow: row none; justify-content: space-between;align-items: end; padding:20; opacity: 0.8;'>");
|
||||
{
|
||||
document.writeln("<div><span style='font-size: 52px;color: #444;'>◄</span></div>");
|
||||
document.writeln("<div><span style='font-size: 52px;color: #444;'>►</span></div>");
|
||||
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'>◄</span></div>");
|
||||
document.writeln("<div><span style='cursor: default;font-size: 52px;color: #444;'>►</span></div>");
|
||||
}
|
||||
|
||||
document.writeln("</div>");
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
<div style="max-width: 30%; width: {{page.icon_width}}; background: #FFF; z-index: -1; margin-left: 18px; float: right">
|
||||
<img src="{{page.page_icon}}" style="width: 100%;background: #FFF; z-index: -1;
|
||||
float: right" />
|
||||
<div>
|
||||
<p style="font-size: 10px; text-align: right;color: #888">Generated by DALL-E</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
<div style="max-width: 30%; width: {{page.icon_width}}; background: #FFF; z-index: -1; margin-right: 18px; float: left">
|
||||
<img src="{{page.page_icon}}" style="width: 100%;background: #FFF; z-index: -1;
|
||||
float: right" />
|
||||
<div>
|
||||
<p style="font-size: 10px; text-align: right; color: #888">Generated by DALL-E</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user