1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-02 00:38:20 +09:00
mastodon/app/assets/stylesheets/lists.scss

9 lines
91 B
SCSS
Raw Normal View History

.no-list {
list-style: none;
li {
display: inline-block;
margin: 0 5px;
}
}