If you run a single user instance, and get annoyed by the "Local" link in your sidebar, go to server settings -> apperance -> custom css and drop this bad boi down:

a[title="Local"] {
margin: 0 !important;
padding: 0 !important;
display: none !important;
width: 0px !important;
height: 0px !important;
}

#mastodon #customcss #css

Last updated 1 year ago

Jonny · @jonny
703 followers · 2111 posts · Server neuromatch.social

I wanna make account-custom CSS that gets layered on top the current theme when u view someone's profile or their posts come on

#mastohacks #customcss

Last updated 1 year ago

Timothée Goguely · @timotheegoguely
671 followers · 877 posts · Server mastodon.design

Some people prefer the “reversed” single column layout. Simply add the following rule to your favorite user style extension:

.layout-single-column .colums-area__panels { flex-direction: row-reverse }

#customcss #css

Last updated 2 years ago

Timothée Goguely · @timotheegoguely
568 followers · 736 posts · Server mastodon.design

🧙 On the CSS side, I fixed a problem that prevented scrolling from any part of the page in the one-column layout—if you don’t see any difference, try to hard refresh the page to force custom styles to reload. And if, like @tobiaswhetton, you prefer to have the menu on the left, you can simply add the following rule to Stylus or any other user styles manager: .layout-single-column .columns-area__panels { flex-direction: row-reverse }

#customcss #mastotips

Last updated 2 years ago

Timothée Goguely · @timotheegoguely
459 followers · 604 posts · Server mastodon.design

I created a custom CSS warm light theme for mastodon.design inspired by Obsidian.md light theme color palette 🎨

It also set the four columns of the advanced web interface to full width on large screens.

If some admins want to try it, I uploaded the code here: gist.github.com/timotheegoguel

I will update it if I add some new rules in the future. Enjoy!

#lighttheme #customcss #mastoadmin

Last updated 2 years ago

friendly admin · @admin
2970 followers · 537 posts · Server social.linux.pizza

Since the new CSS kinda sucks - is there any good premade Custom-CSS for Mastodon that looks good, and are make it more accessible?



:boost_ok: and appreciated!

#mastoadmin #mastodon #css #customcss

Last updated 2 years ago

Jan Boddez · @jan
322 followers · 4005 posts · Server geekcompass.com

Much better.

#ui #customcss #mastodon

Last updated 2 years ago

@adam @Johncdvorak If anyone is interested in hacking Firefox CSS layout for No Agenda Social Mastodon, *WIDE SCREEN* desktop goodness \0/

Updated: 24 October 2020 9:49PM Pacific :b

file.io/933rekN2MFsU

#noagendasocial #mastodon #css #layout #firefox #customcss

Last updated 4 years ago

Hack NoAgendaSocial/Mastodon layout in Firefox;
addons.mozilla.org/en-US/firef

Radio button "Apply To Domain."

body,div {background:#000000 !important; color: !important; line-height:1.28578 !important;}

[aria-label="Compose new toot"] {width:20% !important;}

[aria-label="Home"] {width:60% !important;}

[aria-label="Notifications"] {width:20% !important;}

div.drawer__inner__mastodon {background:#000000 !important;}

#00ffff #noagendasocial #mastodon #css #layout #firefox #customcss

Last updated 4 years ago