PWA improvements

This commit is contained in:
Chris Kruining 2024-10-31 14:33:42 +01:00
parent dd11708d15
commit 6ed9c74862
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 70 additions and 31 deletions

View file

@ -11,16 +11,23 @@
grid-template-columns: auto minmax(0, 1fr) auto;
grid-auto-flow: column;
justify-content: start;
justify-items: start;
position: relative;
z-index: 10;
gap: .5em;
padding-inline: 1em;
block-size: 2em;
block-size: calc(env(titlebar-area-height, 2em) + .5px);
inline-size: env(titlebar-area-width, 100%);
-webkit-app-region: drag;
background-color: var(--surface-3);
color: var(--text-1);
& > * {
-webkit-app-region: no-drag;
}
& > .logo {
inline-size: 3em;
block-size: 3em;