add compact startup, recent files closer

This commit is contained in:
Stewart Allen 2020-04-16 23:59:13 -04:00
commit d95f78d755
3 changed files with 15 additions and 4 deletions

View file

@ -65,7 +65,7 @@
<!-- file load catalog -->
<div id="catalog" class="dialog">
<div id="catalogBody" class="flow-col">
<label id="localCache">recent files</label>
<label id="localCache">recent files<button id="cache-close">x</button></label>
<div id="catalogList"></div>
</div>
</div>

View file

@ -79,6 +79,15 @@ input[type=range]::-moz-focus-outer {
font-size: 18px;
margin: 4px;
}
#localCache {
border-bottom: 1px solid #ddd !important;
padding-bottom: 8px !important;
margin-bottom: 4px;
}
#localCache button {
position: absolute;
right: 0;
}
#widget-info {
text-align: center;
position: fixed;