Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
fix: remove paddings from list views
Browse files Browse the repository at this point in the history
to make more room to see lists, reducing the need for scrolling
  • Loading branch information
Tim Klingeleers committed Sep 28, 2018
2 parents f22b03f + 157a642 commit c184d6f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* globals onVisibilityChanged services FUINavigationController UTObservable window document $ */
import 'babel-polyfill';

import './index.scss';
import initSettingsScreen from './settings';

import { analytics, Settings, Queue } from './core';
Expand Down
11 changes: 11 additions & 0 deletions app/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.ut-content-container {
padding: 0;

.ut-content {
border: 0;

&.ut-content--split-view-extend {
max-height: 100%;
}
}
}

0 comments on commit c184d6f

Please sign in to comment.