blob: 88b08a990d77b9b82dcf41fef3ae11a2be7ac06e [file] [log] [blame]
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01001html,
2body {
3 height: 100%;
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01004}
5
6body {
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01007 margin: 0;
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01008 display: flex;
Pokey Rulee2a8c2f2025-04-23 15:09:25 +01009}
Philip Zeyliger272a90e2025-05-16 14:49:51 -070010
11/*
12 * Import Monaco editor's Codicon font - this is critical for icons
13 * IMPORTANT: This font-face declaration MUST remain in global CSS.
14 * Chrome does not apply @font-face rules properly when they're inside shadow DOM.
15 * Do not move this to the sketch-monaco-view component despite it being used there.
16 */
17@font-face {
18 font-family: "codicon";
19 font-display: block;
20 src: url('./monaco/min/vs/base/browser/ui/codicons/codicon/codicon.ttf') format('truetype');
21}