OpenDroneMap-WebODM/app/static/app/js/css/ImagePopup.scss

39 wiersze
783 B
SCSS
Czysty Zwykły widok Historia

2020-05-20 02:24:20 +00:00
.image-popup{
div{
margin-top: 8px;
}
2020-05-21 13:58:50 +00:00
div.title{
margin-top: 0;
font-weight: bold;
max-width: 300px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
2020-05-20 02:24:20 +00:00
div.image{
a{
cursor: zoom-in;
}
&.fullscreen{
display: flex;
align-items: center;
2021-09-24 20:54:21 +00:00
justify-content: center;
2020-05-20 12:55:07 +00:00
color: white;
i{
font-size: 200%;
position: absolute;
left: 50%;
top: 45%;
}
2020-05-20 02:24:20 +00:00
a{
cursor: zoom-out;
}
img{
max-width: 100%;
max-height: 100%;
}
}
}
}