File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <!-- Popup Overlay -->
33 <div class =" fixed inset-0 z-40 flex items-center justify-center bg-black/50" @click.self =" closePopup" >
4- <div class =" image-compare-container border-white dark:border-black max-w-4xl max-h-[90vh] overflow-y-auto rounded-lg bg-white dark:bg-gray-800" >
4+ <div class =" image-compare-container shadow-sm p-4 border-white dark:border-black max-w-4xl max-h-[90vh] overflow-y-auto rounded-lg bg-white dark:bg-gray-800" >
55 <!-- Close Button -->
66 <div class =" flex justify-end mb-4" >
77 <button type =" button"
@@ -176,20 +176,9 @@ html.dark .medium-zoom-overlay {
176176body .medium-zoom--opened aside {
177177 filter : grayscale (1 );
178178}
179- </style >
180-
181- <style scoped>
182- .image-compare-container {
183- padding : 1rem ;
184- /* background-color: white; */
185- box-shadow : 0 1px 3px 0 rgb (0 0 0 / 0.1 ), 0 1px 2px -1px rgb (0 0 0 / 0.1 );
186- /* border: 1px solid #e5e7eb; */
187- }
188-
189179.fade-enter-active , .fade-leave-active {
190180 transition : opacity 0.3s ease ;
191181}
192-
193182.fade-enter-from , .fade-leave-to {
194183 opacity : 0 ;
195184}
You can’t perform that action at this time.
0 commit comments