An attempt to make Bluesky more readable on desktop. The center panel is wider with the side panels moved outwards, and the font size and spacing decreased.
Bsky Readability Tweak by Xyphis0

Details
AuthorXyphis0
LicenseNo License
Categorybsky.app
Created
Updated
Code size959 B
Code checksum6d1c3050
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bsky Readability Tweak
@version 20231007.15.34
@namespace ?
==/UserStyle== */
@-moz-document domain("bsky.app") {
/* ==UserStyle==
@name Bsky Readability Tweak
@namespace n/a
@version 1.0.0
@description A new userstyle
@author @xyphis
==/UserStyle== */
}
@-moz-document domain("bsky.app") {
.css-146c3p1 {
font-size: 15px !important;
line-height: 17px !important;
letter-spacing: normal !important
}
.r-c6jqw7 {
right: calc(420px + 50vw);
}
.r-168uwkl {
left: calc(420px + 50vw);
}
.r-1ye8kvj {
max-width: 700px;
}
.r-vw2c0b {
font-size: 18px !important;
font-weight: bold !important;
}
.r-16dba41 {
font-size: 18px !important;
font-weight: 400;
}
.r-xnfwke {
font-size: 34px !important;
}
}