1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-20 17:48:57 +09:00
YuruToot/app/assets/stylesheets/lists.scss

13 lines
132 B
SCSS

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