add fullscreen visualizer (#1546)

This commit is contained in:
jeffvli
2026-01-18 02:17:55 -08:00
parent 27a5153b8a
commit 0e388dabf5
14 changed files with 555 additions and 34 deletions
@@ -6,19 +6,21 @@
max-height: 100%;
margin: auto;
overflow: hidden;
&:hover {
.settings-icon {
opacity: 1;
}
}
background: #000;
}
.container .settings-icon {
.icon-group {
z-index: 100;
}
.icon-group > * {
opacity: 0;
}
.container:hover .icon-group > * {
opacity: 1;
}
.canvas {
display: block;
width: 100%;
@@ -34,7 +36,7 @@
z-index: 10;
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
font-weight: 500;
color: var(--theme-colors-foreground);
color: #ddd;
pointer-events: none;
background-color: rgb(0 0 0 / 50%);
border-radius: 0 var(--theme-radius-md) 0 0;