Skip to content

Commit

Permalink
Upload profile picture error message 15793 (oppia#16191)
Browse files Browse the repository at this point in the history
* add 20px to height in image-uploader.component.html

* change height, put to auto
  • Loading branch information
karenbanci authored Oct 12, 2022
1 parent 9e9baa5 commit 8e045b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
background: #eee;
color: black;
font-size: 16px;
height: 200px;
height: 220px;
padding-top: 74px;
position: relative;
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

@media(max-width: 768px) {
.blog-post-thumbnail-image-uploader /deep/ .image-uploader-drop-area {
height: 80px;
height: auto;
width: 164px;
}

Expand Down

0 comments on commit 8e045b3

Please sign in to comment.