Adjust top position of close button in index.css

This commit is contained in:
2026-02-01 02:10:16 +01:00
parent 1d2f45af5b
commit bc350b5fe9

View File

@@ -254,7 +254,7 @@ body {
justify-content: center;
cursor: pointer;
position: absolute;
top: 8px;
top: 4px;
right: 8px;
transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}