mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix layout at head in PreferenceModal
This commit is contained in:
@@ -6,7 +6,7 @@ const ModalEscButton = ({
|
|||||||
handleEscButtonClick
|
handleEscButtonClick
|
||||||
}) => (
|
}) => (
|
||||||
<button styleName='escButton' onClick={handleEscButtonClick}>
|
<button styleName='escButton' onClick={handleEscButtonClick}>
|
||||||
<div styleName='esc-mark'>x</div>
|
<div styleName='esc-mark'>×</div>
|
||||||
<div styleName='esc-text'>esc</div>
|
<div styleName='esc-text'>esc</div>
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -11,4 +11,6 @@
|
|||||||
height top-bar-height
|
height top-bar-height
|
||||||
|
|
||||||
.esc-mark
|
.esc-mark
|
||||||
font-size 15px
|
font-size 28px
|
||||||
|
margin-top -5px
|
||||||
|
margin-bottom -7px
|
||||||
@@ -10,8 +10,8 @@ $tab--button-font-size = 14px
|
|||||||
$tab--dark-text-color = #E5E5E5
|
$tab--dark-text-color = #E5E5E5
|
||||||
|
|
||||||
.header
|
.header
|
||||||
font-size 24px
|
font-size 36px
|
||||||
margin-bottom 30px
|
margin-bottom 60px
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.header
|
.header
|
||||||
|
|||||||
Reference in New Issue
Block a user