tự động di chuyển khi load ảnh

This commit is contained in:
2026-06-12 20:23:00 +07:00
parent 133a8721bb
commit 00bde46c5e
2 changed files with 11 additions and 4 deletions
+7 -4
View File
@@ -111,11 +111,13 @@ html, body {
#close-viewer-btn {
position: absolute;
top: 20px;
left: 60px;
top: 5px;
left: 40px;
padding: 12px 24px;
background: rgba(255, 255, 255, 0.9);
border: none;
background: rgba(255, 255, 255, 0.1);
border: white solid 1px;
border-radius: 10px;
color: rgba(255, 255, 255, 0.9);
border-radius: 5px;
font-weight: bold;
cursor: pointer;
@@ -125,6 +127,7 @@ html, body {
#close-viewer-btn:hover {
background: white;
color: rgba(44, 44, 44, 0.9);
}
/* Modal Overlay */
.modal-overlay {