Aniruddh
clean new branch
8608e55
.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;
}