diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 3670770..321344f 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -42,8 +42,7 @@ body { } */ .item.hidden { - display: -webkit-flex; - display: flex; + display: block; opacity: 0; pointer-events: none; } @@ -354,10 +353,10 @@ nav span div:last-child { } .top { + position: relative; background: #f7f7f7; width: 100%; /*height: 80vh;*/ - flex: 1 auto; margin-top: 20px; float: none; } @@ -371,7 +370,7 @@ nav b { .bottom { float: none; position: absolute; - bottom: 0; + top: 0; width: 100%; left: 0; background: white; @@ -491,7 +490,6 @@ button.previous { .bottom { /*height: 20vh;*/ - flex: 0 auto; overflow: hidden; padding: 5px 0; cursor: url(img/d.png)32 64, pointer; |
