give the app a min-width of 1024px
no more squashed dashboard!
This commit is contained in:
parent
08c98201bc
commit
648f46e398
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue