Skip to content

Commit

Permalink
initial file browser integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurier committed Dec 20, 2023
1 parent c958070 commit cacaeb0
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 152 deletions.
12 changes: 9 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"@cznethub/cznet-vue-core": "^0.1.66",
"@cznethub/cznet-vue-core": "^0.1.73",
"@fortawesome/fontawesome-free": "^5.15.4",
"@vue/composition-api": "^1.7.1",
"@vuex-orm/core": "^0.36.4",
Expand Down
10 changes: 6 additions & 4 deletions frontend/src/assets/css/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ body {
font-size: 1.4rem;
}

.gap-1 {
gap: 1rem;
.break-word {
word-break: break-word;
}

.gap-2 {
gap: 2rem;
@for $i from 1 through 4 {
.gap-#{$i} {
gap: #{$i}rem;
}
}

#main-container {
Expand Down
Loading

0 comments on commit cacaeb0

Please sign in to comment.