Merge pull request #1799 from ribot/feature-inline-link-preview

Presentation for inline link
This commit is contained in:
Matthew Hodgson
2016-07-15 13:51:54 +01:00
committed by GitHub
4 changed files with 51 additions and 36 deletions

View File

@@ -64,16 +64,12 @@ limitations under the License.
margin-right: 95px;
}
/* all the overflow-y: hidden; are to trap Zalgos -
but they introduce an implicit overflow-x: auto.
so make that explicitly hidden too to avoid random
horizontal scrollbars occasionally appearing, like in
/* Removed hidden overflow in order to have hanging elements
in the message stream gutters. This may re-introduce
https://github.com/vector-im/vector-web/issues/1154
*/
*/
.mx_EventTile_content {
display: block;
overflow-y: hidden;
overflow-x: hidden;
}
/* Various markdown overrides */