max-width 100% for img and video media

There's still a margin to the edges, but this will make it scale properly
in the smaller width mobile-mode as well, without a bunch of @media rules.
This commit is contained in:
Mikael Nordfeldth 2015-02-25 03:12:03 +01:00
parent d9a3055f5e
commit b8d4e6abee

View File

@ -2191,7 +2191,7 @@ ul.queet-actions li .icon.is-mine:before {
}
.stream-item .media img,
.stream-item .media video {
max-width: 500px;
max-width: 100%;
}
ul.stats {