media-tag to less file
parent
d15280c6ce
commit
90075cd48e
@ -0,0 +1,18 @@
|
|||||||
|
.mediatag_base() {
|
||||||
|
media-tag {
|
||||||
|
min-height: 0;
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
media-tag img {
|
||||||
|
flex: 1;
|
||||||
|
max-height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
media-tag iframe {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue