vault backup: 2022-12-12 17:34:00

This commit is contained in:
Bram Adams
2022-12-12 17:34:00 -06:00
parent f2f26968ec
commit 21107d4bdc
11 changed files with 970 additions and 22 deletions

View File

@@ -0,0 +1,33 @@
.recent-files-title {
display: flex;
justify-content: space-between;
}
.recent-files-title-content {
flex-grow: 1;
}
.recent-files-file-delete {
display: none;
color: var(--nav-item-color);
height: 17px;
}
.recent-files-title:hover .recent-files-file-delete {
display: block;
cursor: pointer;
}
.recent-files-file-delete:hover {
color: var(--nav-item-color-hover);
}
.recent-files-donation {
width: 70%;
margin: 0 auto;
text-align: center;
}
.recent-files-donate-button {
margin: 10px;
}