File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @burhanahmeed/vue-modal-2" ,
3
- "version" : " 1.1.10 " ,
3
+ "version" : " 1.1.11 " ,
4
4
"private" : false ,
5
5
"author" :
" Burhanuddin Ahmed <[email protected] >" ,
6
6
"license" : " MIT" ,
65
65
" dialog" ,
66
66
" UI"
67
67
],
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"
71
71
}
Original file line number Diff line number Diff line change 36
36
}"
37
37
:darkMode =" false"
38
38
@on-close =" handleClose2"
39
- modalSize =" sidebar-l "
39
+ modalSize =" md "
40
40
>
41
41
<div >content</div >
42
42
</modal-vue >
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ export default {
314
314
315
315
@media screen and (min-width : 580px ) {
316
316
.vm2_settings.vm2_md , .vm2_settings.vm2_lg {
317
- max-width : 500px !important ;
317
+ max-width : 500px ;
318
318
}
319
319
.vm2_settings.vm2_xl {
320
320
width : auto ;
@@ -324,13 +324,13 @@ export default {
324
324
325
325
@media screen and (min-width : 880px ) {
326
326
.vm2_settings.vm2_lg , .vm2_settings.vm2_xl {
327
- max-width : 800px !important ;
327
+ max-width : 800px ;
328
328
}
329
329
}
330
330
331
331
@media screen and (min-width : 1300px ) {
332
332
.vm2_settings.vm2_xl {
333
- max-width : 1200px !important ;
333
+ max-width : 1200px ;
334
334
}
335
335
}
336
336
You can’t perform that action at this time.
0 commit comments