diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-08 12:32:32 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-08 12:32:32 +0100 |
| commit | ab0e1a343a071fe1fa71f581c3f7c46a52468df4 (patch) | |
| tree | 436d8b5c13c97b0231f1ab6960315e8ff7c1a22e /docs/magisphere | |
| parent | aebc10568982c89b811ed3d61940acec6c665998 (diff) | |
mobile
Diffstat (limited to 'docs/magisphere')
| -rw-r--r-- | docs/magisphere/index.html | 1 | ||||
| -rw-r--r-- | docs/magisphere/magisphere.css | 13 |
2 files changed, 10 insertions, 4 deletions
diff --git a/docs/magisphere/index.html b/docs/magisphere/index.html index cfb16f0..2f09abe 100644 --- a/docs/magisphere/index.html +++ b/docs/magisphere/index.html @@ -33,7 +33,6 @@ <script src="/assets/js/util.js"></script> <script src="/assets/js/cielab.js"></script> <script src="/assets/js/sounds.js"></script> -<script src="/assets/js/player.js"></script> <script src="/assets/js/stars.js"></script> <script> const site = (function(){ diff --git a/docs/magisphere/magisphere.css b/docs/magisphere/magisphere.css index 9c2d760..27dd9e5 100644 --- a/docs/magisphere/magisphere.css +++ b/docs/magisphere/magisphere.css @@ -57,8 +57,16 @@ body.loading { background-color: black; opacity: 0; } +.mobile body { + overflow: auto; +} +.mobile .content { + position: static; + top: 0; left: 0; + transform: translateZ(0); +} .glow { - position: absolute; + position: fixed; top: 50%; left: 0; width: 100%; height: 20%; background-color: rgba(0,0,0,0.9); @@ -69,7 +77,7 @@ body.loading { pointer-events: none; } .horizon { - position: absolute; + position: fixed; top: 65%; left: 0; width: 100%; height: 80%; background-color: rgba(0,0,0,1.0); @@ -123,7 +131,6 @@ img.cover { transform: translate3d(-50%, -50%, 0) skewY(3deg); background: black; padding: 20px; - font-family: 'alarmclock', monospace; color: #800; font-size: 32px; |
