somethings I don't remember

This commit is contained in:
geoffrey45
2021-12-10 22:53:27 +03:00
parent aed2c74975
commit 3beab7b0a1
12 changed files with 87 additions and 32 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export default {
#f-items {
display: flex;
flex-wrap: wrap;
border-top: 1px solid var(--seperator);
border-top: 1px solid var(--separator);
gap: 1rem;
padding-top: 1rem;
}
+1 -1
View File
@@ -19,7 +19,7 @@ export default {};
.folder-top {
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid var(--seperator);
border-bottom: 1px solid var(--separator);
}
.folder-top .fname {