mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-01 15:14:28 +02:00
fix: LogoOption
action buttons on mobile overflowing
This commit is contained in:
parent
1256989981
commit
c17980391a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user