tracker tasks
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user