bug fixes

This commit is contained in:
MakingCG
2020-03-28 19:30:04 +01:00
parent 7eb4238efd
commit 7bed9ad7b8
2 changed files with 6 additions and 1 deletions

2
public/js/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -114,6 +114,7 @@
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
color: $text;
}
&:hover {
@@ -140,6 +141,10 @@
.folder-item {
.label {
color: $dark_mode_text_primary;
}
&:hover {
background: $dark_mode_background;
}