mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-22 18:43:57 +00:00
fix: LogoOption action buttons on mobile overflowing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user