File size: 753 Bytes
74aacd5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
header {
  height: 60px;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 20;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgb(100, 100, 120, 0.2);
  background-color: var(--page-bg-light);
}

.shortcuts {
  z-index: 1;
}

.header-icons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.header-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  justify-self: end;
}

.mask-preview {
  max-height: 400px;
  max-width: 400px;
  margin-top: 30px;
  margin-left: 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}