mirror of https://github.com/vector-im/riot-web
s/boarder/border/g (#7174)
parent
b6b7511fd9
commit
e0927f3fc8
|
@ -32,7 +32,7 @@ $slider-selection-dot-size: 2.4em;
|
||||||
|
|
||||||
$container-border-width: 8px;
|
$container-border-width: 8px;
|
||||||
|
|
||||||
$timeline-image-boarder-radius: 8px;
|
$timeline-image-border-radius: 8px;
|
||||||
:root {
|
:root {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$timeline-image-boarder-radius: 8px;
|
$timeline-image-border-radius: 8px;
|
||||||
|
|
||||||
.mx_MImageBody_thumbnail--blurhash {
|
.mx_MImageBody_thumbnail--blurhash {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -25,7 +25,7 @@ $timeline-image-boarder-radius: 8px;
|
||||||
|
|
||||||
.mx_MImageBody_thumbnail {
|
.mx_MImageBody_thumbnail {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: $timeline-image-boarder-radius;
|
border-radius: $timeline-image-border-radius;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
@ -18,6 +18,6 @@ span.mx_MVideoBody {
|
||||||
video.mx_MVideoBody {
|
video.mx_MVideoBody {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: $timeline-image-boarder-radius;
|
border-radius: $timeline-image-border-radius;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue