mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-06-16 20:07:33 +02:00
chore: system
This commit is contained in:
parent
aa928f7094
commit
97c023df91
78 changed files with 15225 additions and 15225 deletions
|
@ -1,23 +1,23 @@
|
|||
<template>
|
||||
<div class="noise"></div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.noise {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: calc(100vw - 2px);
|
||||
height: calc(100vh - 2px);
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
background-image: url("/noise.webp");
|
||||
background-repeat: repeat;
|
||||
image-rendering: pixelated;
|
||||
overflow: hidden;
|
||||
mix-blend-mode: multiply;
|
||||
opacity: .5;
|
||||
border-radius: 12px;
|
||||
}
|
||||
</style>
|
||||
<template>
|
||||
<div class="noise"></div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.noise {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: calc(100vw - 2px);
|
||||
height: calc(100vh - 2px);
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
background-image: url("/noise.webp");
|
||||
background-repeat: repeat;
|
||||
image-rendering: pixelated;
|
||||
overflow: hidden;
|
||||
mix-blend-mode: multiply;
|
||||
opacity: .5;
|
||||
border-radius: 12px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue