Skip to content

Commit 618f275

Browse files
committed
chore(submit-photo): remove obsolete floating-modal overlay\n\n- Drop unused markup and SCSS; unified loading modal is used instead
1 parent 0a03bcb commit 618f275

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

app/static/scss/pages/_submit_photo.scss

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -115,18 +115,7 @@
115115
transition: opacity 0.3s ease;
116116
}
117117

118-
#floating-modal {
119-
display: none;
120-
padding: 1.25rem;
121-
background-color: rgba(255, 255, 255, 0.15);
122-
color: #2ebf91;
123-
border-radius: 12px;
124-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
125-
font-size: 1.1rem;
126-
font-weight: bold;
127-
backdrop-filter: blur(10px);
128-
z-index: 2;
129-
}
118+
// Removed obsolete #floating-modal overlay (unused)
130119

131120
@media (min-width: 576px) {
132121
h1 {

app/templates/submit_photo.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ <h1>Upload Media to Complete the Quest: "{{ quest.title }}"</h1>
3333
</form>
3434
</div>
3535

36-
<div id="floating-modal" class="position-absolute">
37-
Uploading...
38-
</div>
39-
4036
{% include 'modals/loading_modal.html' %}
4137

4238
<script
@@ -45,4 +41,4 @@ <h1>Upload Media to Complete the Quest: "{{ quest.title }}"</h1>
4541
crossorigin="anonymous"
4642
></script>
4743
</body>
48-
</html>
44+
</html>

0 commit comments

Comments
 (0)