mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor(settings): rebrand plebbit options to P2P options
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
.content {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.category {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.settingTitle {
|
||||
text-transform: capitalize;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.categoryTitle {
|
||||
text-transform: capitalize;
|
||||
display: block;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.ipfsGatewaysSettings textarea {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.pubsubProvidersSettings textarea {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.blockchainProvidersSettings textarea {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.content button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p2pRpcSettingsInfo {
|
||||
padding: 5px 20px 0 0;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.p2pRpcSettingsInfo ol {
|
||||
padding-bottom: 5px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.saveOptions {
|
||||
float: right;
|
||||
margin-top: -27px;
|
||||
margin-right: 10px;
|
||||
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;
|
||||
}
|
||||
|
||||
.content input[type="text"] {
|
||||
outline: none;
|
||||
width: 55%;
|
||||
font-size: 13px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.settingTip {
|
||||
display: block;
|
||||
font-size: 0.85em;
|
||||
margin: 10px 0 0 0;
|
||||
padding-left: 1px;
|
||||
}
|
||||
|
||||
.p2pRPCSettings button {
|
||||
margin-left: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user