Something went wrong. Try again.
A self-hosted web platform for applications & services with design based on Google's Material 3 Expressive. (Work In Progress)
self-hosted typescript
Something went wrong. Try again.
241 B · 13 lines
at dev
1234567891011121314.root { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr auto; height: 100%; width: 100%;}
.view { background-color: rgb(var(--uk-sys-color-surface-container)); overflow-y: auto; height: 100%;}