1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-25 15:46:44 +09:00
YuruToot/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;
}
}