Bug 1188547 - Small screen view stretches media prompt background [r=andreio]

This commit is contained in:
Ed Lee 2015-07-28 13:33:12 -07:00
parent 19cf04fb40
commit 46b92486a7

View File

@ -1380,7 +1380,9 @@ html[dir="rtl"] .standalone .room-conversation-wrapper .room-inner-info-area {
background-repeat: no-repeat;
border: 1rem #fff solid;
box-shadow: 0 0 5px #000;
margin: 0;
margin: auto;
/* `width` here is specified by the design spec. */
width: 250px;
}
.standalone .prompt-media-message.chrome {