]> git.localhorst.tv Git - alttp.git/blob - resources/sass/users.scss
generic spoiler component
[alttp.git] / resources / sass / users.scss
1 .user-box {
2         padding: 0;
3         color: inherit;
4         text-decoration: none;
5
6         img {
7                 max-height: 2rem;
8                 width: auto;
9                 border-radius: 50%;
10                 margin: 0 0.25rem;
11         }
12 }