Skip to content

Instantly share code, notes, and snippets.

@rknightuk
rknightuk / mastondon.css
Last active December 26, 2018 12:21
mastodon.social user styles for Fluid
/**
Make toolbar go to the left below 650px
*/
@media screen and (max-width: 650px) {
.ui {
flex-direction: row!important;
}
.tabs-bar {
flex-direction: column!important;