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 11{
22 "name" : " @burhanahmeed/vue-modal-2" ,
3- "version" : " 1.1.10 " ,
3+ "version" : " 1.1.11 " ,
44 "private" : false ,
55 "author" : " Burhanuddin Ahmed <brhn@kusiaga.com>" ,
66 "license" : " MIT" ,
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}
Original file line number Diff line number Diff line change 3636 }"
3737 :darkMode =" false"
3838 @on-close =" handleClose2"
39- modalSize =" sidebar-l "
39+ modalSize =" md "
4040 >
4141 <div >content</div >
4242 </modal-vue >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments