mirror of
https://github.com/yumata/lampa.git
synced 2026-08-27 03:44:53 +00:00
Hidden background behind editing.
This commit is contained in:
parent
d5e2918537
commit
75cf3cdd7c
3 changed files with 9 additions and 6 deletions
3
app.min.js
vendored
3
app.min.js
vendored
|
|
@ -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') {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue