update package.json style.scss
This commit is contained in:
parent
3c140b2a62
commit
baddc3b6c7
@ -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 {
|
||||||
|
@ -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