We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3fb78 commit 73112a9Copy full SHA for 73112a9
1 file changed
src/ext/extension-page/Components/Editor/Editor.svelte
@@ -255,19 +255,16 @@
255
}
256
257
.editor__empty {
258
- align-items: center;
259
background-color: inherit;
260
color: var(--text-color-disabled);
261
- display: flex;
262
font: var(--text-large);
263
- height: 100%;
264
- justify-content: center;
265
- left: 0;
266
letter-spacing: var(--letter-spacing-large);
+ display: flex;
+ place-content: center;
+ place-items: center;
267
position: absolute;
268
- top: 0;
269
- width: 100%;
270
- z-index: 85;
+ inset: 0;
+ z-index: 10;
271
272
273
.editor__header {
0 commit comments