refactor: move to modals

isekai-main
Barış Soner Uşaklı 2 years ago
parent d02f257945
commit 8e63e43a3b

@ -71,16 +71,6 @@
}
}
#crop-picture-modal {
#cropped-image {
max-width: 100%;
}
.cropper-container.cropper-bg {
max-width: 100%;
}
}
blockquote {
background-color: $light;
font-style: italic;

@ -30,3 +30,9 @@
max-width: 500px;
}
}
#crop-picture-modal {
.cropper-container.cropper-bg {
max-width: 100%;
}
}

@ -12,7 +12,7 @@
</div>
<div class="cropper">
<img id="cropped-image" crossorigin="anonymous" src="{url}" alt="">
<img id="cropped-image" class="mw-100" crossorigin="anonymous" src="{url}" alt="">
</div>
<hr />

Loading…
Cancel
Save