mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 09:34:29 +08:00
[SSE mobile] Fix Bug 53188
This commit is contained in:
@ -535,10 +535,10 @@
|
||||
padding-top: 5px;
|
||||
li.item-theme {
|
||||
border: 0.5px solid #c8c7cc;
|
||||
padding: 2px;
|
||||
padding: 1px;
|
||||
background-repeat: no-repeat;
|
||||
width: 106px;
|
||||
height: 56px;
|
||||
width: 108px;
|
||||
height: 52px;
|
||||
margin-bottom: 10px;
|
||||
background-position: center;
|
||||
.item-content {
|
||||
|
||||
@ -35,8 +35,8 @@ export class storeCellSettings {
|
||||
}
|
||||
|
||||
styleSize = {
|
||||
width: 100,
|
||||
height: 50
|
||||
width: 104,
|
||||
height: 48
|
||||
};
|
||||
|
||||
borderInfo = {
|
||||
|
||||
Reference in New Issue
Block a user