mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
mobile: first mobile ui attempts
This commit is contained in:
parent
a6966fd651
commit
0941ff1ee8
8 changed files with 74 additions and 11 deletions
|
@ -13,11 +13,11 @@ type Props = {
|
|||
export const TrashDialog = ({
|
||||
clearPoly, clearStickers, clearAll, clearCancel, width,
|
||||
}: Props) => (
|
||||
<div className="control-dialog" style={{ width }}>
|
||||
<div className="control-dialog control-dialog-big" style={{ width }}>
|
||||
<div className="helper trash-helper">
|
||||
<div className="helper__text danger">
|
||||
<Icon icon="icon-trash-4" />
|
||||
<div className="big upper">Удалить:</div>
|
||||
<div className="big upper desktop-only">Удалить:</div>
|
||||
</div>
|
||||
<div className="helper__buttons">
|
||||
<div className="button-group">
|
||||
|
@ -28,7 +28,7 @@ export const TrashDialog = ({
|
|||
Стикеры
|
||||
</div>
|
||||
<div className="button router-helper__button" onClick={clearAll}>
|
||||
Удалить все
|
||||
ВСЕ
|
||||
</div>
|
||||
</div>
|
||||
<div className="button primary router-helper__button" onClick={clearCancel}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue