This commit is contained in:
parent
4a483ba864
commit
2eb58258a2
13
base.css
13
base.css
@ -163,7 +163,8 @@ main{
|
|||||||
display: table-row;
|
display: table-row;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
max-width: 100%
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.flex-row, .item-table > div{
|
.flex-row, .item-table > div{
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@ -183,6 +184,8 @@ main{
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
-webkit-justify-content: center;
|
-webkit-justify-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.item-table > div > div > div{
|
.item-table > div > div > div{
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@ -255,3 +258,11 @@ main{
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
.item-table-full, .item-table-360 {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
.item-table-caption{
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user