This is a simple edit to just make Bluesky (bsky.app) just a bit wider for people who have higher resolution screens.
Wide Bluesky by weegeecool
Details
Authorweegeecool
LicenseNo License
Categoryhttps://bsky.app/
Created
Updated
Size793 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Notes are included in case the width is too narrow or too wide for one's display.
Source code
/* ==UserStyle==
@name Better Bluesky
@version 20241121.21.28
@namespace ?
==/UserStyle== */
@-moz-document domain("bsky.app") {
/*Main Content*/
.r-1ye8kvj {
max-width: 1000px;
/*background-image: url(https://i.imgur.com/h2JtxrZ.png);*/
}
/*Left Sidebar*/
.r-c4unlt {
left: calc(-680px + 50vw);
}
.r-1w88a7h {
width: 160px;
}
/*Right Sidebar*/
.r-196lrry {
left: calc(483px + 50vw);
}
/*Logo Area*/
.r-33ulu8 {
width: 1000px;
/*background-image: url(https://i.imgur.com/7my7gqA.png);*/
}
.r-5laclt {
left: calc(50% - 500px);
}
/*Top Bar*/
.r-szihnw {
width: 1000px;
border: 1px solid rgb(212, 219, 226);
/*background-image: url(https://i.imgur.com/sZal17m.png);*/
}
.r-gu64tb {
padding-left: 40.35px;
padding-right: 40.35px;
}
}