Skip to content

Commit

Permalink
Merge branch 'main' into issue-460
Browse files Browse the repository at this point in the history
  • Loading branch information
possumbilities authored Jun 23, 2023
2 parents 883c66d + 3afbed5 commit cac7d86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
35 changes: 3 additions & 32 deletions package-lock.json

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

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
"@fortawesome/free-solid-svg-icons": "^6.0.0-beta3",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@sentry/vue": "^5.29.2",
"bulma": "^0.9.3",
"clipboard": "^2.0.6",
"core-js": "^3.20.3",
"sass": "^1.45.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.14",
"vue-i18n": "^8.27.0",
Expand All @@ -63,14 +60,12 @@
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.2",
"babel-plugin-transform-require-context": "^0.1.1",
"clipboardy": "^2.3.0",
"cypress": "^12.8.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ChooserModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default {
@media only screen and (max-width: 768px) {
.app-modal {
.modal {
--h-padding: 1rem;
--h-padding: 2rem;
--v-padding: 1.5rem;
.modal-header {
padding-top: 1.5rem !important;
Expand Down
3 changes: 3 additions & 0 deletions src/components/LicenseUseCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export default {
}
.attribution-tabs {
margin-top: 1.25rem;
word-wrap: break-word;
max-width: 46vw;
.tabs-content.is-boxed {
padding: 1.5rem;
border-bottom: none;
Expand All @@ -123,6 +125,7 @@ export default {
}
.attribution-tabs {
margin-top: 1.25rem;
max-width: 100vw;
.tabs-content.is-boxed {
padding: 1rem;
border-bottom: none;
Expand Down

0 comments on commit cac7d86

Please sign in to comment.