Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 11, 2021
1 parent 5698185 commit 9d0d612
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/DeFUCC/project-app.git"
},
"version": "0.3.5",
"version": "0.3.8",
"scripts": {
"dev": "vite",
"build": "vite build"
Expand All @@ -38,4 +38,4 @@
"vite-plugin-purge-icons": "^0.5.0",
"vite-plugin-voie": "^0.7.3"
}
}
}
4 changes: 4 additions & 0 deletions src/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ a:hover {
flex: 10;
}

.markdown {
max-width: 620px;
}

.markdown img {
max-width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/history.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</template>

<script>
import { history, warn, eventColors, clear } from "../../store/history";
import { history, warn, eventColors, clear } from "../store/history";
export default {
setup() {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/my/stars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<script>
import { computed, reactive, ref, watchEffect } from "vue";
import { user } from "../../../store/user";
import { user } from "../../store/user";
export default {
setup(props) {
Expand Down

0 comments on commit 9d0d612

Please sign in to comment.