mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +08:00
FIX: Correct CSS for instagram video play icon
This commit is contained in:
parent
2c6b595eed
commit
abbe812a0d
|
@ -251,6 +251,15 @@ aside.onebox {
|
|||
clear: both;
|
||||
position: relative;
|
||||
|
||||
.instagram-image,
|
||||
.scale-image {
|
||||
padding: 5px 5px 5px 5px;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.instagram-video-icon {
|
||||
&:before {
|
||||
opacity: 0.8;
|
||||
|
@ -263,15 +272,6 @@ aside.onebox {
|
|||
right: 10px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.instagram-image,
|
||||
.scale-image {
|
||||
padding: 5px 5px 5px 5px;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user