add recent file renaming

This commit is contained in:
Stewart Allen 2020-06-09 19:23:03 -04:00
commit 0c2183ab54
3 changed files with 66 additions and 4 deletions

View file

@ -714,6 +714,14 @@ th, tr, td {
height: 350px;
overflow-y: scroll;
}
#catalogList .label {
width: 10em;
justify-content: flex-end;
}
#catalogList .rename {
font-style: italic;
color: #335;
}
#slider {
display: none;