From d510049b886bfeda8062daa6945f83b72455013c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 9 Sep 2020 13:32:38 +0300 Subject: [PATCH] close #1595 Enhancement: Not able to see the big size of app screenshots (missing modal) --- package.json | 1 + public/css/custom.css | 8 ++++ .../js/components/AkauntingCarousel.vue | 47 ++++++++++++++++++- 3 files changed, 55 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af00097bb..c1a03a848 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "vue-chartjs": "^3.4.0", "vue-clipboard2": "^0.3.1", "vue-flatpickr-component": "^8.1.3", + "vue-image-lightbox": "^7.1.3", "vue-router": "^3.1.3", "vue2-transitions": "^0.3.0" }, diff --git a/public/css/custom.css b/public/css/custom.css index 4ce2a5f39..4116a5ff6 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -829,3 +829,11 @@ table .align-items-center td span.badge { .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") } + +/*--lightbox Start--*/ +.vue-lb-info { + position: initial !important; + background-color: rgb(60 63 114) !important; + padding-top: 8px !important; +} +/*--lightbox Finish--*/ diff --git a/resources/assets/js/components/AkauntingCarousel.vue b/resources/assets/js/components/AkauntingCarousel.vue index 2fc904cb0..3970df606 100644 --- a/resources/assets/js/components/AkauntingCarousel.vue +++ b/resources/assets/js/components/AkauntingCarousel.vue @@ -18,7 +18,7 @@ - + @@ -27,12 +27,26 @@ + +