Browse Source

Fixed full-screen on mobile

master
Roderic Day 5 years ago
parent
commit
55de1236c9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pico.css

+ 2
- 1
pico.css View File

@@ -10,7 +10,7 @@ body {
'media media'
;
grid-template-columns: 1fr auto;
grid-template-rows: 140px auto auto;
grid-template-rows: 140px auto 1fr;

position: fixed;
top: 0;
@@ -18,6 +18,7 @@ body {
--pad: 3px;
padding: var(--pad);
width: calc(100vw - 2 * var(--pad));
height: 100%;
}
.online {
grid-area: online;

Loading…
Cancel
Save