Browse Source

give the app a min-width of 1024px

no more squashed dashboard!
Felix Niklas 9 years ago
parent
commit
648f46e398
2 changed files with 7 additions and 1 deletions
  1. 6 0
      app/assets/stylesheets/zammad.css.scss
  2. 1 1
      app/views/init/index.html.erb

+ 6 - 0
app/assets/stylesheets/zammad.css.scss

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

+ 1 - 1
app/views/init/index.html.erb

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