added README.md, minor UI fixes
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<textarea id="partialTextPaste" rows="4" placeholder="Paste some text here..."></textarea>
|
||||
<div id="minimalExtractStatus" class="helper-text hidden"></div>
|
||||
<div class="row">
|
||||
<button id="extractMinimalBtn" class="accent">Try Extracting Minimal</button>
|
||||
<button id="extractFullBtn" class="ghost">Extract Full Text</button>
|
||||
<button id="extractMinimalBtn" class="accent control-btn">Try Extracting Minimal</button>
|
||||
<button id="extractFullBtn" class="ghost control-btn">Extract Full Text</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -43,8 +43,8 @@
|
||||
<select id="workspaceSelect"></select>
|
||||
</div>
|
||||
<div class="row">
|
||||
<button id="retryExtractBtn" class="ghost">Retry</button>
|
||||
<button id="confirmSiteBtn" class="accent">Confirm</button>
|
||||
<button id="retryExtractBtn" class="ghost control-btn">Retry</button>
|
||||
<button id="confirmSiteBtn" class="accent control-btn">Confirm</button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user