This commit is contained in:
Roman Pyrih
2025-05-19 09:33:35 +02:00
parent c4590eef43
commit 6a04fe8734
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8171,6 +8171,8 @@ a {
}
}
.c_popup_body {
border: 1px solid #000000;
img {
width: 100%;
max-width: fit-content;

View File

@@ -5,7 +5,9 @@
<img class="c_popup_close" src="/upload/filemanager/icon/close-outline.svg" alt="">
</div>
<div class="c_popup_body">
<img src="/upload/filemanager/Image-Layer.jpg" alt="">
<a href="/">
<img src="/upload/filemanager/Image-Layer.jpg" alt="">
</a>
</div>
</div>
</div>