aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-attachment/post-attachment.component.css
blob: 6cdab0b4c2fed3fe6ec7e54cb27c20588afacaa0 (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
/* Full attachment */

.show-full-attachment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000AF;
  z-index: 2;
}

.show-full-attachment > * {
  max-height: 100vh;
  max-width: 100vw;
}

.attachment-download {
  max-width: 420px !important;
  background-color: var(--card-bg);
  text-decoration: none;
  color: inherit;
}