mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 13:10:48 +08:00
[DE mobile] Fix styles
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user