File size: 505 Bytes
8608e55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.zoom-controls {
  position: fixed;
  top: 100px;
  right: 16px;
  z-index: 2000;
  display: flex;
  flex-direction: row; 
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.zoom-btn {
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px; 
  text-align: center;
  padding: 0;
  cursor: pointer;
}

.zoom-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}