Skip to content

Commit

Permalink
hotfix img max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Apr 5, 2020
1 parent 07587db commit d2bdfb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website-new/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ table {
-ms-scroll-chaining: none;
}

img[class="media"], video[class="media"] {
img[class="media"], video[class="media"], div[class="richcontent"] > img, div[class="richcontent"] > video {
display: inline-block;
animation-name: animateTop;
animation-duration: 0.5s;
Expand All @@ -159,9 +159,9 @@ iframe[class~="youtube-player"] {

@keyframes animateShow {
from {
opacity: 0
display: none;
}
to {
opacity: 1
display: inline-block;
}
}

0 comments on commit d2bdfb6

Please sign in to comment.