aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/feed/feed.component.css
blob: 295a37903983ce2e325a3e8b28b2ac87df47ebf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
section:empty {
  display: none;
}

#create-post {
  width: 100%;
  margin-top: 1em;
}

#attachments-btns img, .file-button > input {
  height: 1.4em;
  width: 1.4em;
}

.file-button {
  position: relative;
}

.file-button > img {
  position: absolute;
  pointer-events: none;
}

.file-button > input {
  font-size: inherit;
  color: transparent;
}