mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix InfoTab layout
This commit is contained in:
@@ -105,7 +105,7 @@ class InfoTab extends React.Component {
|
||||
type='checkbox'
|
||||
/>
|
||||
Enable to send analytics to our servers<br />
|
||||
<button onClick={(e) => this.handleSaveButtonClick(e)}>Save</button>
|
||||
<button styleName='policy-submit' onClick={(e) => this.handleSaveButtonClick(e)}>Save</button>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -44,6 +44,10 @@
|
||||
|
||||
.policy
|
||||
font-size 20px
|
||||
margin-bottom 10px
|
||||
|
||||
.policy-submit
|
||||
margin-top 10px
|
||||
|
||||
body[data-theme="dark"]
|
||||
.root
|
||||
|
||||
Reference in New Issue
Block a user