Skip to content

Commit 8a2386b

Browse files
committed
iOS Fixes
1 parent 9759a29 commit 8a2386b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

js/stores/settingsStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class settingsStore {
1212
this.state[attrname] = preState[attrname]
1313
}
1414
}
15-
localStorage.setItem('AppVersion', '1.2.0')
15+
localStorage.setItem('AppVersion', '1.3.0')
1616
}
1717
getState() {
1818
return this.state

scss/_content.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ $bgheight: 125px;
4343
}
4444
.more {
4545
float: right;
46+
padding: 0 10px;
4647

4748
img {
4849
height: 22px;
@@ -57,7 +58,7 @@ $bgheight: 125px;
5758
left: 0;
5859
right: 0;
5960
height: $mobilenavsize;
60-
padding: 0 14px;
61+
padding: 0 4px 0 14px;
6162
z-index: 7;
6263
background: #fff;
6364
box-shadow: 0 0 4px rgba(0,0,0,0.4);

scss/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
left: 0;
269269
right: 0;
270270
bottom: 0;
271-
z-index: 5;
271+
z-index: 4;
272272

273273
@media (min-width: 851px) {
274274
left: $sidebar-width;

scss/_timetable.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
.line-pill {
1515
float: right;
16-
margin: 15px 0;
16+
margin: 15px 10px 0 0;
1717

1818
&.cf {
19-
margin: 14px 0;
19+
margin: 14px 10px 14px 0;
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)