diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:48:15 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:48:15 +0100 |
commit | 146a858dce8133acc8284294e4262417b40611ff (patch) | |
tree | 272392a04cde804fe5d0dc91677237c8e07607bb /web | |
parent | 2f127cb1701ae4380e0a184ec68fe49f4a2343b1 (diff) |
front: Tweak legacy info-box size....
God I hate this...
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 23431b1..5e04beb 100644 --- a/web/index.html +++ b/web/index.html @@ -275,8 +275,8 @@ </div> </div> </div> - <div id="genericPanelContainer" style="ma-width: 60%; position: absolute; display: grid; grid-template-coumns: repeat(auto-fit,minmax(30%,100%));grid-gap: 10px; z-index: 120;"> - <div id="info-box-container" class="hidden" style="grid-column: 1 / auto; max-width: 700px; min-width: 500px;"> </div> + <div id="genericPanelContainer" style="max-width: 60%; position: absolute; display: grid; grid-template-coumns: repeat(auto-fit,minmax(30%,100%));grid-gap: 10px; z-index: 120;"> + <div id="info-box-container" class="hidden" style="grid-column: 1 / auto; max-width: 800px; min-width: 700px;"> </div> </div> </div> |