diff options
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 082f27a..51c9241 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; } @@ -359,12 +358,13 @@ nav span div:last-child { } .top { + position: relative; background: #f9f9f9; width: 100%; /*height: 80vh;*/ - flex: 1 auto; margin-top: 20px; float: none; + display: block; } nav b { @@ -377,7 +377,7 @@ nav b { .bottom { float: none; position: absolute; - bottom: 0; + top: 0; width: 100%; left: 0; background: white; @@ -505,7 +505,6 @@ button.previous { .bottom { /*height: 20vh;*/ - flex: 0 auto; overflow: hidden; padding: 5px 0; cursor: url(img/d.png)32 64, pointer; |
