Wide image feed for instagram
Instagram wide by afilguer
Details
Authorafilguer
LicenseNo License
Categoryinstagram.com
Created
Updated
Size531 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Instagram wide
@version 20230211.11.10
@namespace userstyles.world/user/afilguer
@description Wide image feed for instagram
@author afilguer
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.instagram.com/") {
._ajrr {
display: flex;
flex-flow: row nowrap;
max-width: 65%;
padding-top: 4px;
}
.xh8yej3 {
max-width: 100% !important;
}
._ajrq {
float: left;
margin-right: var(--feed-sidebar-padding-familiar);
max-width: 60%;
width: 100%;
}
}