summaryrefslogtreecommitdiff
path: root/src/components/proxies/ProxyList.module.scss
blob: 18149298a1a9db3a0bda948f560f7b9b24049c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.list {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}

.listSummaryView {
  margin: 8px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 13px);
  grid-gap: 10px;
}