Merge branch 'develop'
This commit is contained in:
commit
ebcd23ba0c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.111.1-simkey-v7",
|
"version": "12.111.1-simkey-v8",
|
||||||
"codename": "indigo",
|
"codename": "indigo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -71,6 +71,8 @@ function onMousedown(evt: Event) {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.nvlagfpb {
|
.nvlagfpb {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
backdrop-filter: var(--blur, blur(8px));
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(8px));
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-enter-active, .fade-leave-active {
|
.fade-enter-active, .fade-leave-active {
|
||||||
|
@ -108,7 +108,7 @@ const align = () => {
|
|||||||
if (popover == null) return;
|
if (popover == null) return;
|
||||||
|
|
||||||
const srcRect = props.src.getBoundingClientRect();
|
const srcRect = props.src.getBoundingClientRect();
|
||||||
|
|
||||||
const width = popover.offsetWidth;
|
const width = popover.offsetWidth;
|
||||||
const height = popover.offsetHeight;
|
const height = popover.offsetHeight;
|
||||||
|
|
||||||
@ -238,7 +238,7 @@ onMounted(() => {
|
|||||||
fixed.value = (type.value === 'drawer') || (getFixedContainer(props.src) != null);
|
fixed.value = (type.value === 'drawer') || (getFixedContainer(props.src) != null);
|
||||||
|
|
||||||
await nextTick();
|
await nextTick();
|
||||||
|
|
||||||
align();
|
align();
|
||||||
}, { immediate: true });
|
}, { immediate: true });
|
||||||
|
|
||||||
@ -376,6 +376,8 @@ defineExpose({
|
|||||||
&.popup {
|
&.popup {
|
||||||
> .content {
|
> .content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
backdrop-filter: var(--blur, blur(8px));
|
||||||
|
-webkit-backdrop-filter: var(--blur, blur(8px));
|
||||||
|
|
||||||
&.fixed {
|
&.fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -573,5 +573,5 @@ hr {
|
|||||||
//パネルブラー
|
//パネルブラー
|
||||||
//.dnpfarvg, .sqadhkmv {
|
//.dnpfarvg, .sqadhkmv {
|
||||||
// backdrop-filter: var(--blur, blur(8px));
|
// backdrop-filter: var(--blur, blur(8px));
|
||||||
// -webkit-backdrop-filter: var(--blur, blur(8px))
|
// -webkit-backdrop-filter: var(--blur, blur(8px));
|
||||||
//}
|
//}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user