mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
add fullscreen visualizer (#1546)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user