expanded queets should not have a max height for queet text

This commit is contained in:
Hannes Mannerheim 2015-02-03 01:00:23 +01:00
parent b8ac19b90a
commit 5c6f978261

View File

@ -1858,7 +1858,10 @@ body.rtl .view-more-container-bottom { direction:rtl; }
}
.stream-item.user .queet-text {
cursor: auto;
}
}
.stream-item.expanded .queet-text {
max-height:none;
}
.queet-text img {
max-width:100%;