tracker tasks

This commit is contained in:
2023-08-31 01:58:35 +03:00
parent 86d29475aa
commit a66bea4462
6 changed files with 89 additions and 27 deletions

View File

@ -367,6 +367,7 @@
}
.taskFile {
cursor: pointer;
position: relative;
.imgFile {
max-width: 170px;
@ -400,6 +401,26 @@
}
}
}
.ImgOpened {
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
background-color: rgba(0, 0, 0, 0.2);
.imgFile {
width: 90vw;
height: 90vh;
max-width: none;
max-height: none;
}
}
}
.fileLoaded {