Skip to content

Instagram Grid by deeznews

Details

Authordeeznews

LicenseNo License

Categoryinstagram.com

Created

Updated

Size752 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Instagram style to make the homepage a grid of 4 posts by row

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       www.instagram.com - 12/2023
@version    20240122.03.20
@namespace  ?
==/UserStyle== */

@-moz-document url("https://www.instagram.com/") {
main > div:first-child > div {
	width: 90%!important;
    max-width: none!important;
}

main > div:first-child > div:nth-child(2) {
	display: none!important;
}

main > div:first-child > div > div > div:nth-child(3) > div {
	width: 100%!important;
}

main > div:first-child > div > div > div:nth-child(3) > div > div > div {
	grid-template-columns: repeat(3, minmax(0px, 1fr))!important;
	display: grid !important;
}

main > div:first-child > div > div > div:nth-child(3) > div > div > div > article {
	margin: 10px!important;
	height: 755px!important;
	overflow: hidden!important;
}
}

Reviews

No reviews yet.