add negative margin to focus button when hidden

This commit is contained in:
Slowlife01
2025-03-14 18:45:15 +07:00
parent 4476c802d5
commit e281a18ec7

View File

@@ -83,7 +83,9 @@
height: 0;
opacity: 0;
padding: 0;
margin-right: -10%;
transform: translateX(-20px);
transition: margin 0.15s ease-in-out;
}
@container (min-width: 185px) {