Skip to content

Instantly share code, notes, and snippets.

View 13-elliott's full-sized avatar

B. Elliott 13-elliott

  • University of Arizona
  • Tucson, AZ
View GitHub Profile
@ticky
ticky / mastodon-desktop.user.css
Last active January 1, 2021 22:24
User CSS to make Mastodon behave somewhat more like a native, desktop app. https://cybre.space/@ticky/100530005338444142
.ui {
flex-direction: row;
}
.tabs-bar {
margin: 0;
margin-bottom: 0;
flex-direction: column;
height: auto;
}