session persistent Items Per Page & dark/light modes

This commit is contained in:
Ryan
2025-03-15 00:51:42 -04:00
committed by GitHub
parent eee3611da9
commit 5e50304295
6 changed files with 342 additions and 247 deletions

View File

@@ -294,13 +294,13 @@ body.dark-mode header {
/* folder icon and remove file to be uploaded */
.material-icons.folder-icon {
color: black;
margin-right: 3px;
margin-right: 5px;
/* adjust the value as needed */
}
body.dark-mode .material-icons.folder-icon {
color: white;
margin-right: 3px;
margin-right: 5px;
}
/* Remove button default styling */
@@ -1514,6 +1514,13 @@ body.dark-mode .file-icon {
margin-left: 5px;
}
.upload-progress-wrapper {
max-height: 300px;
/* Adjust the value as needed */
overflow-y: auto;
/* Optional: Add some padding or border if desired */
}
.upload-progress-list {
list-style: none;
padding: 0;