diff --git a/docs/index.html b/docs/index.html index 4012249..8e6000e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -48,7 +48,7 @@ %USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\
- Choose a HK user*.dat save OR Decode it manually. HK Steam Cloud storage + Choose a HK user*.dat save OR Decode it manually.

@@ -58,6 +58,10 @@
+ +
+ Steam Cloud Saves +
diff --git a/docs/main.css b/docs/main.css index 1cb611d..787b7d8 100644 --- a/docs/main.css +++ b/docs/main.css @@ -242,7 +242,7 @@ textarea { color: #fff; caret-color: #fff; border: 1px solid #e3ebf7; - padding: 2px 2px 2px 0; + padding: 2px; margin: 0.5rem 2px 0.3rem 2px; overflow-x: hidden; overflow-y: scroll; @@ -322,10 +322,17 @@ input[type="file"] { } .centered { - flex-direction: column; + flex-direction: row; align-items: flex-start; } +@media screen and (max-width: 566px) { + .centered { + flex-direction: column; + align-items: flex-start; + } +} + @media screen and (max-width: 400px) { .buttons { flex-direction: column; @@ -336,7 +343,7 @@ input[type="file"] { justify-content: center; } .centered { - flex-direction: row; + flex-direction: column; align-items: flex-start; } .checkboxes { diff --git a/src/css/style.css b/src/css/style.css index afa4328..d2d74e2 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -212,10 +212,17 @@ input[type="file"] { } .centered { - flex-direction: column; + flex-direction: row; align-items: flex-start; } +@media screen and (max-width: 566px) { + .centered { + flex-direction: column; + align-items: flex-start; + } +} + @media screen and (max-width: 400px) { .buttons { flex-direction: column; @@ -226,7 +233,7 @@ input[type="file"] { justify-content: center; } .centered { - flex-direction: row; + flex-direction: column; align-items: flex-start; } .checkboxes { diff --git a/src/index.html b/src/index.html index 4b5f289..2094751 100644 --- a/src/index.html +++ b/src/index.html @@ -48,7 +48,7 @@ %USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight\
- Choose a HK user*.dat save OR Decode it manually. HK Steam Cloud storage + Choose a HK user*.dat save OR Decode it manually.

@@ -58,6 +58,10 @@
+ +
+ Steam Cloud Saves +