media-tag to less file
This commit is contained in:
18
customize.dist/src/less2/include/mediatag.less
Normal file
18
customize.dist/src/less2/include/mediatag.less
Normal file
@@ -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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user