Fix feedback moufmouf
This commit is contained in:
parent
f837f1a31f
commit
3333b3cee3
4 changed files with 46 additions and 9 deletions
3
front/dist/resources/style/style.css
vendored
3
front/dist/resources/style/style.css
vendored
|
@ -840,7 +840,7 @@ div.modal-report-user{
|
|||
position: absolute;
|
||||
height: calc(100% - 360px);
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
max-width: calc(100% - 40px);
|
||||
width: calc(100% - 40px);
|
||||
}
|
||||
|
@ -887,6 +887,7 @@ div.modal-report-user{
|
|||
color: white;
|
||||
border-radius: 15px;
|
||||
border: none;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.discussion .send-message img{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue