~cytrogen/masto-fe

ref: 3ed3d54bf3b41ab67119cce4a500ea9b21c1471f masto-fe/app/javascript/styles/mastodon/lists.scss -rw-r--r-- 230 bytes
3ed3d54b — Claire Fix reports not being closed when performing batch suspensions (#24988) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.no-list {
  list-style: none;

  li {
    display: inline-block;
    margin: 0 5px;
  }
}

.recovery-codes {
  list-style: none;
  margin: 0 auto;

  li {
    font-size: 125%;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}