add letterpress image

This commit is contained in:
Mathew Pareles 2025-04-16 04:04:49 -07:00
parent 27d9cc2916
commit 6db29526ec
3 changed files with 5 additions and 18 deletions

View file

@ -50,6 +50,7 @@
}
/* light */
.void-void-icon,
.monaco-workbench .part.editor > .content .editor-group-container > .editor-group-watermark > .letterpress {
width: 100%;
max-height: 100%;
@ -60,14 +61,17 @@
background-repeat: no-repeat;
}
.void-void-icon,
.monaco-workbench.vs-dark .part.editor > .content .editor-group-container .editor-group-watermark > .letterpress {
background-image: url('./void_cube_noshadow.png'); /* // Void */
}
.void-void-icon,
.monaco-workbench.hc-light .part.editor > .content .editor-group-container .editor-group-watermark > .letterpress {
background-image: url('./void_cube_noshadow.png'); /* // Void */
}
.void-void-icon,
.monaco-workbench.hc-black .part.editor > .content .editor-group-container .editor-group-watermark > .letterpress {
background-image: url('./void_cube_noshadow.png'); /* // Void */
}

View file

@ -84,23 +84,6 @@
filter: brightness(1.1);
}
.void-slice-of-void-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
max-width: 100%;
max-height: 100%;
/* Has no shadow */
background-image: url('../../../../../../../scripts/appimage/void.png');
/* Has shadow */
/* background-image: url('../../../../browser/parts/editor/media/slice_of_void.png'); */
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.void-link {
color: #3b82f6;
cursor: pointer;

View file

@ -559,7 +559,7 @@ const VoidOnboardingContent = () => {
{/* Slice of Void image */}
<div className='max-w-md w-full h-[30vh] mx-auto'>
<div className="slice-of-void-image" />
<div className="@@void-void-icon" />
</div>