mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-02 07:34:34 +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;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
.options-grid {
|
.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>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user