diff --git a/src/components/SettingsModal.jsx b/src/components/SettingsModal.jsx
index bc059459..0f8e0d3f 100644
--- a/src/components/SettingsModal.jsx
+++ b/src/components/SettingsModal.jsx
@@ -111,10 +111,16 @@ const SettingsModal = ({ isOpen, closeModal }) => {
+
+ -
+ Data Path (Node Only)
+ - (Node only) Optional folder path to create/resume the user and subplebbit databasesr
+
+
+
+
+
diff --git a/src/components/styled/SettingsModal.styled.jsx b/src/components/styled/SettingsModal.styled.jsx
index 79322d8b..a5107f8e 100644
--- a/src/components/styled/SettingsModal.styled.jsx
+++ b/src/components/styled/SettingsModal.styled.jsx
@@ -68,9 +68,10 @@ export const StyledModal = styled(Modal)`
margin: 5px;
}
- input {
+ textarea {
width: 80%;
margin-left: 7%;
+ min-height: 50px;
}
.all-div {
@@ -86,9 +87,17 @@ export const StyledModal = styled(Modal)`
button {
display: inline-block;
margin-right: 5px;
+ margin-left: 5px;
}
}
+ .cache-button {
+ margin: auto;
+ margin-bottom: 10px;
+ display: block;
+ text-align: center;
+ }
+
.settings-option {
margin: 5px 0 5px 0;
padding-left: 23px;
@@ -132,23 +141,25 @@ export const StyledModal = styled(Modal)`
height: 1px;
background-color: currentColor;
position: absolute;
- left: 25px;
- top: 50%;
+ left: 28px;
+ top: 13px; /* Change this value according to your needs */
}
.settings-input::after {
content: '';
display: block;
width: 1px;
- height: 8px;
+ height: 12px;
background-color: currentColor;
position: absolute;
- left: 25px;
- top: calc(50% - 8px);
+ left: 28px;
+ top: 1px; /* Change this value according to your needs */
}
+
+
${({ selectedStyle }) => {
switch (selectedStyle) {
case 'Yotsuba':