session persistent Items Per Page & dark/light modes
This commit is contained in:
11
styles.css
11
styles.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user