Improve upload item UI

This commit is contained in:
2026-04-21 09:17:44 +04:00
parent 5cd384cf3a
commit bb2411972f
2 changed files with 1 additions and 20 deletions

View File

@@ -283,10 +283,6 @@ body {
width: 100%;
}
.success-overlay {
background: rgb(152 195 121 / 60%);
}
.btn-remove-photo {
position: absolute;
top: 4px;
@@ -305,7 +301,7 @@ body {
}
.btn-remove-photo:hover {
background: rgb(224 108 117 / 90%);
background: var(--marker-color-primary);
}
.spin-animation {
@@ -1588,12 +1584,6 @@ button.create-place {
color: #00c;
}
.connected-status {
margin-bottom: 1rem;
color: #080;
word-break: break-all;
}
.preview-group {
margin-bottom: 1rem;
}