Skip to content

Commit dfae276

Browse files
authored
remove imortant to override css (#10)
1 parent e0dd2b7 commit dfae276

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@burhanahmeed/vue-modal-2",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"private": false,
55
"author": "Burhanuddin Ahmed <[email protected]>",
66
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"dialog",
6666
"UI"
6767
],
68-
"repository": "burhanahmeed/vue-modal-2",
69-
"homepage": "https://12sync.github.io/vue-modal-2/",
70-
"bugs": "https://github.com/burhanahmeed/vue-modal-2/issues"
68+
"repository": "initbase/vue-modal-2",
69+
"homepage": "https://initbase.github.io/vue-modal-2/",
70+
"bugs": "https://github.com/initbase/vue-modal-2/issues"
7171
}

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}"
3737
:darkMode="false"
3838
@on-close="handleClose2"
39-
modalSize="sidebar-l"
39+
modalSize="md"
4040
>
4141
<div>content</div>
4242
</modal-vue>

src/components/Container.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default {
314314
315315
@media screen and (min-width: 580px) {
316316
.vm2_settings.vm2_md, .vm2_settings.vm2_lg {
317-
max-width: 500px !important;
317+
max-width: 500px;
318318
}
319319
.vm2_settings.vm2_xl {
320320
width: auto;
@@ -324,13 +324,13 @@ export default {
324324
325325
@media screen and (min-width: 880px) {
326326
.vm2_settings.vm2_lg, .vm2_settings.vm2_xl {
327-
max-width: 800px !important;
327+
max-width: 800px;
328328
}
329329
}
330330
331331
@media screen and (min-width: 1300px) {
332332
.vm2_settings.vm2_xl {
333-
max-width: 1200px !important;
333+
max-width: 1200px;
334334
}
335335
}
336336

0 commit comments

Comments
 (0)