[DE mobile] Fix styles

This commit is contained in:
JuliaSvinareva 2021-01-20 19:00:16 +03:00
parent c99f0ae6f8
commit e9dffd3a22
2 changed files with 1 additions and 9 deletions

View file

@ -23,14 +23,6 @@
}
}
.row {
padding: 0 10px;
li {
list-style: none;
}
}
.shapes {
li {
width: 70px;

View file

@ -353,7 +353,7 @@ const PageReplace = props => {
let shapes = storeShapeSettings.getStyleGroups();
shapes.splice(0, 1); // Remove line shapes
return (
<Page className="shapes">
<Page className="shapes dataview">
<Navbar title={_t.textReplace} backLink={_t.textBack} />
{shapes.map((row, indexRow) => {
return (