updating emacs and trying to use cosmic more

This commit is contained in:
Chris Cochrun 2025-03-13 11:32:46 -05:00
parent 92bd0d99ce
commit e754192547
11 changed files with 473 additions and 105 deletions

View file

@ -39,11 +39,11 @@ Cool floating search panel
pointer-events: none;
border-radius: var(--rounding);
width: 100vw;
height: 100vh;
width: 200vw;
height: 200vh;
top: 0px;
left: 0px;
top: -30vh;
left: -30vw;
background-color: color-mix(in srgb, var(--bg-col) 80%, transparent);
}