ajout du drag and drop pour ajouter une image

This commit is contained in:
MiharyR 2021-11-09 14:10:36 +01:00
parent 54324794e9
commit 2f9c9c2b77
12 changed files with 377 additions and 12 deletions

View file

@ -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 ---