Content warning:Mastodon #UserCSS - 3-column layout
/* ==UserStyle==
_@name Mastodon #UserCSS - 3-column layout
_@namespace zoebytes.name
_@version 1.0.0
_@author zoebytes
_@license 0BSD
==/UserStyle== */
/* Replace `mastodon.social` below with your instance's domain */
@-moz-document domain("mastodon.social") {
.layout-multiple-columns .columns-area .column {
width: calc((100% - 300px) / 2);
}
}
Content warning:Mastodon #UserCSS - Always show instance name in local posts
/* ==UserStyle==
_@name Mastodon #UserCSS - Always show instance name in local posts
_@namespace zoebytes.name
_@version 1.0.0
_@author zoebytes
_@license 0BSD
==/UserStyle== */
/* Replace `mastodon.social` below with your instance's domain */
@-moz-document domain("mastodon.social") {
.status__display-name:not([title*="@"]) .display-name__account::after {
content: "@""mastodon.social";
opacity: 0.625;
}
}
Democratic politicians need to wake the fuck up and stop being fascist doormats. #SCOTUS #Dobbs #RoeVsWade
24.6.2022 16:27Democratic politicians need to wake the fuck up and stop being fascist doormats. #SCOTUS #Dobbs #RoeVsWadesh -ec 'cat > zoe.rs; rustc zoe.rs -o zoe; ./zoe' <<'EOF'
fn main() {
match u64::from_str_radix("zoe", 36) {
Ok(46238) => println!("test post pls ignore"),
_ => unreachable!(),
}
}
EOF