Skip to content

Instantly share code, notes, and snippets.

@promovicz
Last active December 23, 2022 22:11
Show Gist options
  • Select an option

  • Save promovicz/3953589e2fb4d714f5ed3f9738c9ed54 to your computer and use it in GitHub Desktop.

Select an option

Save promovicz/3953589e2fb4d714f5ed3f9738c9ed54 to your computer and use it in GitHub Desktop.
Mastodon 4: overlay CSS for a much more compact profile table
.account__header__fields {
padding: 0.2em 0.3em;
}
.account__header__fields dl {
width: 100%;
overflow: hidden;
padding: 0.1em;
margin: 0
}
.account__header__fields dl dt {
float: left;
width: 20%;
padding: 0;
margin: 0
}
.account__header__fields dl dd {
float: left;
width: 80%;
padding: 0;
margin: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment