mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
fix: list view horizontal overflow in sidebar on firefox
This commit is contained in:
@@ -46,6 +46,10 @@ export const useStyles_CollectionListView = makeStyles({
|
|||||||
listView:
|
listView:
|
||||||
{
|
{
|
||||||
display: "grid",
|
display: "grid",
|
||||||
gridTemplateColumns: "repeat(auto-fit, minmax(360px, 1fr))"
|
|
||||||
|
"@media screen and (min-width: 360px)":
|
||||||
|
{
|
||||||
|
gridTemplateColumns: "repeat(auto-fit, minmax(360px, 1fr))"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user