Files
AFFiNE-Mirror/packages/frontend/electron/renderer/shell/index.css
2024-08-06 15:57:40 +00:00

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;
}