mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
finished settings UI
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user