[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 {
|
.shapes {
|
||||||
li {
|
li {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
|
|
@ -353,7 +353,7 @@ const PageReplace = props => {
|
||||||
let shapes = storeShapeSettings.getStyleGroups();
|
let shapes = storeShapeSettings.getStyleGroups();
|
||||||
shapes.splice(0, 1); // Remove line shapes
|
shapes.splice(0, 1); // Remove line shapes
|
||||||
return (
|
return (
|
||||||
<Page className="shapes">
|
<Page className="shapes dataview">
|
||||||
<Navbar title={_t.textReplace} backLink={_t.textBack} />
|
<Navbar title={_t.textReplace} backLink={_t.textBack} />
|
||||||
{shapes.map((row, indexRow) => {
|
{shapes.map((row, indexRow) => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue