Skip to content

Commit 0b46fa3

Browse files
author
Ajit Kumar
committed
fix(login page ui)
1 parent d99d4da commit 0b46fa3

4 files changed

Lines changed: 2 additions & 117 deletions

File tree

client/lib/pullToRefresh.js

Lines changed: 0 additions & 111 deletions
This file was deleted.

client/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@ import 'res/icons/style.css';
88
import $loginText from 'components/loginText';
99
import Router from 'lib/Router';
1010
import { getLoggedInUser, hideLoading, showLoading } from 'lib/helpers';
11-
import PullToRefresh from 'lib/pullToRefresh';
1211
import Theme from 'lib/theme';
1312
import dark from 'themes/dark';
1413
import View from './main.view';
1514

1615
window.onload = async () => {
1716
Theme(dark);
18-
PullToRefresh(app, () => {
19-
Router.reload();
20-
});
2117
app.content = (
2218
<View
2319
appName='Acode'

client/pages/home/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
justify-content: center;
77
flex-direction: column;
88
text-align: center;
9-
height: 100%;
9+
min-height: 100%;
1010
scrollbar-width: none; // hide scrollbar in Firefox
1111

1212
// hide scrollbar

client/pages/loginUser/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
flex-direction: column;
55
align-items: center;
66
justify-content: center;
7-
height: 100%;
7+
min-height: 100%;
88
width: 100%;
99
max-width: unset;
1010
background-color: transparent;

0 commit comments

Comments
 (0)