fix: show close button on mobile

This commit is contained in:
Konstantinos Kaloutas
2023-07-06 13:13:34 +03:00
committed by Tienson Qin
parent 3bfba8fb7c
commit 99bef71704

View File

@@ -644,7 +644,8 @@ html[data-theme='dark'] {
transform: scale(1);
}
}
.is-mobile &,
&:hover {
.close {
visibility: visible;