mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 23:56:36 +08:00
c2cf331ff7
fix AF-1197
17 lines
234 B
CSS
17 lines
234 B
CSS
html,
|
|
html[data-active='false'] {
|
|
opacity: 0;
|
|
}
|
|
|
|
html[data-active='false'] {
|
|
transition: opacity 0.01s 0.2s;
|
|
}
|
|
|
|
html[data-active='false'] * {
|
|
-webkit-app-region: no-drag !important;
|
|
}
|
|
|
|
html[data-active='true'] {
|
|
opacity: 1;
|
|
}
|