give the app a min-width of 1024px

no more squashed dashboard!
This commit is contained in:
Felix Niklas 2015-05-26 11:45:14 +02:00
parent 08c98201bc
commit 648f46e398
2 changed files with 7 additions and 1 deletions

View file

@ -43,6 +43,12 @@ blockquote {
font-size: inherit; font-size: inherit;
} }
#app {
display: flex;
min-width: 1024px;
height: 100%;
}
.u-unclickable { .u-unclickable {
pointer-events: none; pointer-events: none;
} }

View file

@ -1,7 +1,7 @@
<div style="height: 0; width: 0; position: absolute; visibility: hidden"> <div style="height: 0; width: 0; position: absolute; visibility: hidden">
<%= inline_svg('icons.svg') %> <%= inline_svg('icons.svg') %>
</div> </div>
<div id="app" class="fit horizontal"></div> <div id="app"></div>
<div id="splash"> <div id="splash">
<div class="logo">booting...</div> <div class="logo">booting...</div>
</div> </div>