summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/user/user.css
blob: 5b8e380e725e306a5d26795e2bc4df26d43e1635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.app > .userContainer {
  width: 100%;
  height: calc(100% - 3.125rem);
  overflow: scroll;
}

.user-index {
  margin-top: 1rem;
}

.user-list div {
  margin-bottom: 0.25rem;
}