mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
<div class='graphite__hidden'>
<div>🎥 Video uploaded on Graphite:</div>
<a href="https://app.graphite.dev/media/video/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4">
<img src="https://app.graphite.dev/api/v1/graphite/video/thumbnail/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4">
</a>
</div>
<video src="https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/cd84e155-9f2e-4d12-a933-8673eb6bc6cb.mp4">Kapture 2024-07-31 at 19.39.30.mp4</video>
fix AF-1149
fix PD-1513
fix PD-1515
26 lines
450 B
CSS
26 lines
450 B
CSS
button,
|
|
input,
|
|
select,
|
|
textarea
|
|
/* [role='button'] */ {
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
|
|
#webpack-dev-server-client-overlay {
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
|
|
html:is([data-active='false'], [data-dragging='true']) * {
|
|
-webkit-app-region: no-drag !important;
|
|
}
|
|
|
|
html[data-active='false'] {
|
|
opacity: 0;
|
|
transition: opacity 0.2s 0.1s;
|
|
}
|
|
|
|
html[data-active='true']:has([data-blur-background='true']) {
|
|
opacity: 1;
|
|
transition: opacity 0.2s;
|
|
}
|