PWA improvements
This commit is contained in:
parent
dd11708d15
commit
6ed9c74862
4 changed files with 70 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue