frontend fix

This commit is contained in:
carodej
2020-05-31 19:54:42 +02:00
parent 61a8849e2d
commit 16c3625b0b
6 changed files with 28 additions and 63 deletions
@@ -154,7 +154,7 @@
}
}
.small {
@media only screen and (max-width: 690px) {
.file-item {
padding: 0 15px;
margin-bottom: 20px;
@@ -162,11 +162,8 @@
}
@media (prefers-color-scheme: dark) {
.file-item {
.icon-item .file-icon {
path {
fill: $dark_mode_foreground;
stroke: #2F3C54;
@@ -174,7 +171,6 @@
}
.item-name {
.name {
color: $dark_mode_text_primary;
}
@@ -190,9 +186,7 @@
@media (max-width: 690px) and (prefers-color-scheme: dark) {
.file-item {
.icon-item .file-icon {
path {
fill: $dark_mode_foreground;
}