mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(plebbit options): adjust spacing
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.category {
|
.category {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settingTitle {
|
.settingTitle {
|
||||||
@@ -69,8 +69,8 @@
|
|||||||
.settingTip {
|
.settingTip {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
margin: 5px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
padding-left: 2px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plebbitRPCSettings button {
|
.plebbitRPCSettings button {
|
||||||
|
|||||||
@@ -219,7 +219,9 @@ const PlebbitOptions = () => {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.category}>
|
<div className={styles.category}>
|
||||||
<span className={styles.categoryTitle}>blockchain providers:</span>
|
<span className={styles.categoryTitle} style={{ marginBottom: '-5px' }}>
|
||||||
|
blockchain providers:
|
||||||
|
</span>
|
||||||
<span className={styles.categorySettings}>
|
<span className={styles.categorySettings}>
|
||||||
<BlockchainProvidersSettings ethRpcRef={ethRpcRef} solRpcRef={solRpcRef} maticRpcRef={maticRpcRef} avaxRpcRef={avaxRpcRef} />
|
<BlockchainProvidersSettings ethRpcRef={ethRpcRef} solRpcRef={solRpcRef} maticRpcRef={maticRpcRef} avaxRpcRef={avaxRpcRef} />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user