Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apps/web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ html[data-mobile-composer-route-transition="true"]::view-transition-old(t3-mobil
);
}

/* Electron can expose native Windows caption buttons without making the
Window Controls Overlay API available to the renderer. Keep app-owned
titlebar actions clear of the standard three-button caption area until
the WCO geometry above is available. */
:root.electron-windows:not(.wco) {
--workspace-controls-right: 9.375rem;
--workspace-native-controls-inset: 9.375rem;
}

@theme inline {
--animate-skeleton: skeleton 2s -1s infinite linear;
/* Duty-cycled indicator animations: long opacity holds with short stepped
Expand Down
Loading