ajout du drag and drop pour ajouter une image
This commit is contained in:
parent
54324794e9
commit
2f9c9c2b77
12 changed files with 377 additions and 12 deletions
|
|
@ -1,5 +1,7 @@
|
|||
.lightTheme, .darkTheme {
|
||||
background-image: none;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
@ -12,15 +14,15 @@ h1 {
|
|||
// -------------------------------------------------------------------------
|
||||
|
||||
|
||||
mat-dialog-content {
|
||||
overflow-y: hidden;
|
||||
//padding: 20px 20px 20px 20px;
|
||||
}
|
||||
|
||||
.commentContainer {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.imageContainer {
|
||||
border: solid 1px grey;
|
||||
}
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// --- LightTheme ---
|
||||
|
|
|
|||
Reference in a new issue