widens the bsky feed
wide bsky by minnieo
Details
Authorminnieo
LicenseMIT
Categorybsky
Created
Updated
Size827 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 wide bsky
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Minnie
==/UserStyle== */
@-moz-document domain("bsky.app") {
/* Center Feed */
.r-1ye8kvj {
max-width: 1000px !important;
}
/* Left Dock (profile, settings, etc) */
.r-c4unlt {
left: 70px !important;
}
/* Discover Dock */
.r-196lrry {
right: 0px !important;
left: calc(550px + 50vw);
}
.r-1ipicw7 {
width: 200px !important;
}
/* Profile, discover, */
.r-33ulu8, .r-szihnw {
width: 1000px !important;
}
div:has(> a[aria-label*="View your feeds"]) {
width: 1000px !important;
left: calc(38% - 300px);
}
}