fix: LogoOption action buttons on mobile overflowing

This commit is contained in:
Palm 2023-02-08 20:18:43 +07:00
parent 1256989981
commit c17980391a

View File

@ -389,7 +389,8 @@ function preloadImage(url: string) {
font-size: 1.75rem;
}
.options-grid {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
/* The magic number, teef */
grid-template-columns: repeat(auto-fill, minmax(16.628645896rem, 1fr))
}
}
</style>