Skip to content

Commit

Permalink
remove imortant to override css (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed authored Apr 23, 2021
1 parent e0dd2b7 commit dfae276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@burhanahmeed/vue-modal-2",
"version": "1.1.10",
"version": "1.1.11",
"private": false,
"author": "Burhanuddin Ahmed <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"dialog",
"UI"
],
"repository": "burhanahmeed/vue-modal-2",
"homepage": "https://12sync.github.io/vue-modal-2/",
"bugs": "https://github.com/burhanahmeed/vue-modal-2/issues"
"repository": "initbase/vue-modal-2",
"homepage": "https://initbase.github.io/vue-modal-2/",
"bugs": "https://github.com/initbase/vue-modal-2/issues"
}
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}"
:darkMode="false"
@on-close="handleClose2"
modalSize="sidebar-l"
modalSize="md"
>
<div>content</div>
</modal-vue>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default {
@media screen and (min-width: 580px) {
.vm2_settings.vm2_md, .vm2_settings.vm2_lg {
max-width: 500px !important;
max-width: 500px;
}
.vm2_settings.vm2_xl {
width: auto;
Expand All @@ -324,13 +324,13 @@ export default {
@media screen and (min-width: 880px) {
.vm2_settings.vm2_lg, .vm2_settings.vm2_xl {
max-width: 800px !important;
max-width: 800px;
}
}
@media screen and (min-width: 1300px) {
.vm2_settings.vm2_xl {
max-width: 1200px !important;
max-width: 1200px;
}
}
Expand Down

0 comments on commit dfae276

Please sign in to comment.