This commit is contained in:
MakingCG
2020-03-29 11:42:32 +02:00
parent 7bed9ad7b8
commit 182091c21a
26 changed files with 234 additions and 135 deletions

View File

@@ -58,11 +58,10 @@ export default {
<style scoped lang="scss">
@import "@assets/app.scss";
.file-item {
display: flex;
align-items: center;
padding: 8px 15px;
padding: 10px 15px;
@include transition(150ms);
cursor: pointer;
@@ -85,7 +84,7 @@ export default {
.item-size,
.item-length {
@include font-size(11);
font-weight: 100;
font-weight: 400;
color: $text-muted;
display: block;
}

View File

@@ -74,8 +74,13 @@
.size {
@include font-size(10);
}
}
}
.title {
@media (prefers-color-scheme: dark) {
.storage-size {
.storage-info .title {
color: $dark_mode_text_primary;
}
}

View File

@@ -103,6 +103,7 @@
color: $theme;
display: block;
margin-top: 2px;
font-weight: 600;
}
}