Hidden background behind editing.

This commit is contained in:
yumata 2025-06-04 10:35:27 +03:00
parent d5e2918537
commit 75cf3cdd7c
3 changed files with 9 additions and 6 deletions

3
app.min.js vendored
View file

@ -1958,7 +1958,7 @@
author: 'Yumata',
github: 'https://github.com/yumata/lampa-source',
github_lampa: 'https://yumata.github.io/lampa/',
css_version: '2.6.7',
css_version: '2.6.8',
app_version: '2.4.3',
cub_site: 'cub.rip'
};
@ -21003,6 +21003,7 @@
}
Preroll.show(data, function () {
data.position = data.timeline ? data.timeline.time || -1 : -1;
Android.openPlayer(data.url, data);
});
} else if (Platform.desktop() && Storage.field(player_need) == 'other') {

View file

@ -1,8 +1,8 @@
{
"app_version": "2.4.3",
"css_version": "2.6.7",
"css_digital": 267,
"css_version": "2.6.8",
"css_digital": 268,
"app_digital": 243,
"time": 1748949016760,
"hash": "2ab5d979e81a91837c4947b0ad9c0a6b"
"time": 1749022462241,
"hash": "be3ed69a9616ca95c43489099bb6d7c7"
}

View file

@ -377,7 +377,9 @@ body.keyboard-input--visible .normalization {
}
body.ambience--enable .wrap,
body.ambience--enable .head {
body.ambience--enable .head,
body:not(.glass--style).keyboard-input--visible .wrap,
body:not(.glass--style).keyboard-input--visible .head {
display: none;
}