[SSE mobile] Fix Bug 53188
This commit is contained in:
parent
d937867f96
commit
c9dc1ee030
|
@ -535,10 +535,10 @@
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
li.item-theme {
|
li.item-theme {
|
||||||
border: 0.5px solid #c8c7cc;
|
border: 0.5px solid #c8c7cc;
|
||||||
padding: 2px;
|
padding: 1px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 106px;
|
width: 108px;
|
||||||
height: 56px;
|
height: 52px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
.item-content {
|
.item-content {
|
||||||
|
|
|
@ -35,8 +35,8 @@ export class storeCellSettings {
|
||||||
}
|
}
|
||||||
|
|
||||||
styleSize = {
|
styleSize = {
|
||||||
width: 100,
|
width: 104,
|
||||||
height: 50
|
height: 48
|
||||||
};
|
};
|
||||||
|
|
||||||
borderInfo = {
|
borderInfo = {
|
||||||
|
|
Loading…
Reference in a new issue