diff --git a/src/modules/restore/less/restore.less b/src/modules/restore/less/restore.less index c5f572f457..c062a6044b 100644 --- a/src/modules/restore/less/restore.less +++ b/src/modules/restore/less/restore.less @@ -70,6 +70,10 @@ body.restore { &__checkbox { margin: 20px 0 30px; } + + .restore-selects { + display: none; + } } .tab { @@ -147,3 +151,17 @@ body.restore { } } } + +@media screen and (max-width: 480px) { + body.restore { + .restore-content { + .restore-tabs { + display: none; + } + + .restore-selects { + display: block; + } + } + } +} \ No newline at end of file diff --git a/src/modules/restore/templates/restore.html b/src/modules/restore/templates/restore.html index 08cb4da0c0..aef96ae1ae 100644 --- a/src/modules/restore/templates/restore.html +++ b/src/modules/restore/templates/restore.html @@ -18,6 +18,12 @@ w-i18n="{{::tab}}Tab"> + + +
+
+
+