mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix layout at selector size in PreferenceModal
This commit is contained in:
@@ -35,6 +35,10 @@
|
|||||||
.group-section-control select
|
.group-section-control select
|
||||||
outline none
|
outline none
|
||||||
border 1px solid $ui-borderColor
|
border 1px solid $ui-borderColor
|
||||||
|
font-size 16px
|
||||||
|
height 30px
|
||||||
|
width 250px
|
||||||
|
margin-bottom 5px
|
||||||
background-color transparent
|
background-color transparent
|
||||||
|
|
||||||
.group-section-control-input
|
.group-section-control-input
|
||||||
|
|||||||
@@ -90,9 +90,8 @@ class UiTab extends React.Component {
|
|||||||
<div styleName='group'>
|
<div styleName='group'>
|
||||||
<div styleName='group-header'>UI</div>
|
<div styleName='group-header'>UI</div>
|
||||||
|
|
||||||
<div styleName='group-header2'>Theme</div>
|
|
||||||
|
|
||||||
<div styleName='group-section'>
|
<div styleName='group-section'>
|
||||||
|
Color Theme
|
||||||
<div styleName='group-section-control'>
|
<div styleName='group-section-control'>
|
||||||
<select value={config.ui.theme}
|
<select value={config.ui.theme}
|
||||||
onChange={(e) => this.handleUIChange(e)}
|
onChange={(e) => this.handleUIChange(e)}
|
||||||
|
|||||||
Reference in New Issue
Block a user