Feat v0.6.14 visual polish (#49)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #49.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<style>
|
||||
body { margin: 0; background: var(--bg); color: var(--text); display: flex; flex-direction: column; height: 100vh; height: 100dvh; overflow: hidden; padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0); }
|
||||
.surface { flex: 1; min-height: 0; overflow: hidden; }
|
||||
.surface-inner { width: 100%; height: 100%; }
|
||||
.surface-inner { width: 100%; height: 100%; overflow: hidden; }
|
||||
.banner { flex-shrink: 0; }
|
||||
</style>
|
||||
<meta name="theme-color" content="#0e0e10" id="metaThemeColor">
|
||||
|
||||
Reference in New Issue
Block a user