initial attempt with pwa
This commit is contained in:
parent
ddf4519f41
commit
b27abe928d
16 changed files with 382 additions and 220 deletions
|
@ -3,6 +3,10 @@
|
|||
grid: auto 1fr / 100%;
|
||||
|
||||
& > button {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
gap: var(--padding-s);
|
||||
align-items: center;
|
||||
inline-size: max-content;
|
||||
padding: 0;
|
||||
background-color: var(--surface-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue