Skip to content

Instantly share code, notes, and snippets.

@mattjmattj
mattjmattj / list-style-mdash.css
Last active February 12, 2020 12:53
list-style : mdash
ul.mdash {
margin-left: 0;
padding-left: 1em;
}
ul.mdash > li {
list-style-type: none;
text-indent: -1em;
}
ul.mdash > li:before {
display: list-item;
@mattjmattj
mattjmattj / mastodon.css
Last active April 6, 2017 21:02
mastodon css tweaks
/* notifcations : 1st column */
.column {
order: 1;
}
.column:nth-child(3) {
order: 0;
}
/* columns a bit wider */
.column {