mirror of
https://github.com/error311/FileRise.git
synced 2026-05-04 11:00:33 -05:00
gallery view default icon fixed
This commit is contained in:
+4
-2
@@ -298,12 +298,14 @@ body.dark-mode #folderHelpBtn i.material-icons.folder-help-icon {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.material-icons.folder-icon {
|
||||
.material-icons.folder-icon,
|
||||
.material-icons.gallery-icon {
|
||||
color: black;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
body.dark-mode .material-icons.folder-icon {
|
||||
body.dark-mode .material-icons.folder-icon,
|
||||
body.dark-mode .material-icons.gallery-icon {
|
||||
color: white;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user