Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HirotakaDango authored Jul 11, 2024
1 parent 1154c49 commit acb440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/scrolls/view_post.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="modal fade" id="viewPost<?php echo $image['id']; ?>" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-fullscreen">
<div class="modal-content border-0 rounded-0">
<div class="container-fluid px-0 py-2" style="max-width: 750px; margin-top: -17px;">
<div class="container-fluid px-0 py-2" style="max-width: 750px; margin-top: -16px;">
<button type="button" class="btn border-0 text-start position-absolute start-0 top-0 p-2" data-bs-dismiss="modal">
<i class="bi bi-chevron-left" style="-webkit-text-stroke: 2px;"></i>
</button>
Expand Down

0 comments on commit acb440f

Please sign in to comment.