Skip to content

Commit

Permalink
Update media-editor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Jan 14, 2025
1 parent 4fc0896 commit d62dd1d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions css/media-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@
justify-content: center;
justify-items: center;
}
.html-media {
border-radius: 5px;
border: solid 2px grey;
max-width: 600px;
max-height: 300px;
}
.video-media {
max-width: 500px;
max-height: 300px;
}
.video-media iframe {
border-radius: 5px;
border: solid 2px grey;
}
.image-media {
max-width: 500px;
max-height: 300px;
Expand Down

0 comments on commit d62dd1d

Please sign in to comment.