[DE mobile] Fix styles
This commit is contained in:
parent
c99f0ae6f8
commit
e9dffd3a22
|
@ -23,14 +23,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.row {
|
||||
padding: 0 10px;
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
.shapes {
|
||||
li {
|
||||
width: 70px;
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue