Merge pull request #2235 from MaxwellKepler/develop

Added badge to non-autoplay GIFs
This commit is contained in:
Travis Ralston
2018-11-16 13:25:40 -07:00
committed by GitHub
4 changed files with 23 additions and 1 deletions

View File

@@ -46,3 +46,14 @@ limitations under the License.
.mx_MImageBody_thumbnail_spinner > * {
transform: translate(-50%, -50%);
}
.mx_MImageBody_gifLabel {
position: absolute;
display: block;
top: 0px;
left: 14px;
padding: 5px;
border-radius: 5px;
background: $imagebody-giflabel;
border: 2px solid $imagebody-giflabel-border;
}