mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Frosted glass effect
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.emulation-summary {
|
||||
box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0px 0px 15px 4px rgba(255, 255, 255, 0.1);
|
||||
/*border: 1px solid rgba(255, 255, 255, 0.2);*/
|
||||
backdrop-filter: blur(7px) brightness(0.8) saturate(1.3);
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ export function EmulationSummary(props: EmulationSummaryProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="emulation-summary items-center absolute z-49 right-0 m-6 rounded-xl min-w-[150px] p-3 bg-black text-whtie cursor-default font-medium text-right text-sm whitespace-nowrap leading-6 font-mono">
|
||||
<div className="emulation-summary items-center absolute z-49 right-0 m-6 rounded-xl min-w-[150px] p-3 text-whtie cursor-default font-medium text-right text-sm whitespace-nowrap leading-6 font-mono">
|
||||
<TextTooltip tooltip={"Active threads"}>
|
||||
{props.status.activeThreads}
|
||||
<BarChartSteps className="inline ml-3" />
|
||||
|
||||
Reference in New Issue
Block a user