summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/assets/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/index.css')
-rwxr-xr-xStoneIsland/platforms/android/assets/www/css/index.css44
1 files changed, 40 insertions, 4 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/index.css b/StoneIsland/platforms/android/assets/www/css/index.css
index fa3dae54..83b3353a 100755
--- a/StoneIsland/platforms/android/assets/www/css/index.css
+++ b/StoneIsland/platforms/android/assets/www/css/index.css
@@ -17,7 +17,7 @@ body {
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: #fff;
font-family: pfd, sans-serif;
- font-size: 14px;
+ font-size: 0.875rem;
padding-top: constant(safe-area-inset-top);
}
a, a:visited {
@@ -54,11 +54,47 @@ a, a:visited {
to {-webkit-transform: rotate(360deg)}
}
-.scroll {
+.iscroll .scroll {
position: absolute;
width: 100%;
}
-
+.vscroll .scroll {
+ width: 100%;
+/* height: calc(100vh - 2.5rem);
+ overflow: scroll;
+ -webkit-overflow-scrolling: touch;
+*/
+}
+.vscroll body,
+html.vscroll {
+ overflow: auto;
+ -webkit-overflow-scrolling: touch;
+}
+.vscroll #header,
+.vscroll #footer,
+.vscroll #nav {
+ position: fixed;
+}
+.vscroll #story,
+.vscroll #hub,
+.vscroll #archive,
+.vscroll .page,
+.vscroll #collection,
+.vscroll #product,
+.vscroll #search,
+.vscroll #closed,
+.vscroll #login,
+.vscroll #logout,
+.vscroll #signup,
+.vscroll #cart,
+.vscroll #profile,
+.vscroll #shipping,
+.vscroll #payment,
+.vscroll #settings,
+.vscroll #content,
+.vscroll #orders {
+ overflow: auto;
+}
.error_hilite {
color: red !important;
border-color: red !important;
@@ -71,7 +107,7 @@ span.err {
text-align: center;
justify-content: center;
align-items: center;
- font-size: 14px;
+ font-size: 0.875rem;
height: 48px;
color: red !important;
}