Files
5chan/src/components/settings-modal/advanced-settings/advanced-settings.module.css
T

97 lines
1.3 KiB
CSS
Raw Normal View History

2024-06-18 11:50:17 +02:00
.content {
margin-left: 10px;
}
.category {
2024-06-19 14:53:52 +02:00
margin-bottom: 15px;
2024-06-18 11:50:17 +02:00
}
.settingTitle {
text-transform: capitalize;
font-size: 13px;
}
.categoryTitle {
text-transform: capitalize;
display: block;
margin-bottom: 3px;
}
.ipfsGatewaysSettings textarea {
height: unset;
2024-06-18 11:50:17 +02:00
}
.pubsubProvidersSettings textarea {
height: unset;
2024-06-18 11:50:17 +02:00
}
2026-01-02 16:48:21 +01:00
.httpRoutersSettings textarea {
height: unset;
}
2024-06-18 11:50:17 +02:00
.blockchainProvidersSettings textarea {
height: unset;
2024-06-18 11:50:17 +02:00
}
.content button {
cursor: pointer;
}
.p2pRpcSettingsInfo {
2024-06-18 11:50:17 +02:00
padding: 5px 20px 0 0;
word-break: break-word;
}
.p2pRpcSettingsInfo ol {
2024-06-18 11:50:17 +02:00
padding-bottom: 5px;
padding-left: 20px;
}
.saveOptions {
display: block;
margin: 15px auto 15px;
2024-06-18 11:50:17 +02:00
text-transform: capitalize;
}
.content textarea {
display: block;
outline: none;
border: 1px solid #aaa;
margin: 0 2px 0 0;
padding: 2px 4px 3px;
width: 95%;
font-size: 13px;
font-family: monospace;
2024-06-18 11:50:17 +02:00
}
.content input[type="text"] {
outline: none;
width: 55%;
font-size: 13px;
font-family: monospace;
2024-06-18 11:50:17 +02:00
}
.settingTip {
display: block;
font-size: 0.85em;
2024-06-19 14:53:52 +02:00
margin: 10px 0 0 0;
padding-left: 1px;
2024-06-18 11:50:17 +02:00
}
2026-05-07 16:56:29 +07:00
.pureP2PSettings {
margin-bottom: 15px;
}
.pureP2PSettings .settingTip {
margin: 2px 0 5px 0;
padding-left: 19px;
}
.pureP2PCheckbox {
margin-right: 5px;
}
.p2pRPCSettings button {
2024-06-18 11:50:17 +02:00
margin-left: 5px;
}