refactor & debug burger-menu, add participant
add column and deploying a task
This commit is contained in:
@ -15,13 +15,20 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.modal-ticket__content.expanded {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
max-height: none;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.modal-ticket__content {
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-height: 700px;
|
||||
// overflow-y: auto;
|
||||
max-width: 915px;
|
||||
|
||||
@media (max-width: 990px) {
|
||||
width: 96%;
|
||||
@ -52,7 +59,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 630px;
|
||||
width: 68%;
|
||||
margin: 26px 0 0 21px;
|
||||
|
||||
.title-project {
|
||||
@ -160,7 +167,6 @@
|
||||
|
||||
.comments__list {
|
||||
display: flex;
|
||||
overflow-y: auto;
|
||||
height: 190px;
|
||||
flex-direction: column;
|
||||
|
||||
@ -364,7 +370,6 @@
|
||||
column-gap: 25px;
|
||||
row-gap: 20px;
|
||||
margin-top: 33px;
|
||||
overflow-y: auto;
|
||||
|
||||
.task-file {
|
||||
cursor: pointer;
|
||||
@ -607,6 +612,7 @@
|
||||
.workers {
|
||||
position: relative;
|
||||
border-left: 1px solid #f1f1f1;
|
||||
width: 32%;
|
||||
|
||||
.exit {
|
||||
cursor: pointer;
|
||||
|
Reference in New Issue
Block a user