mirror of
https://github.com/heyman/heynote.git
synced 2025-02-25 06:32:21 +01:00
Minor CSS tweaks
This commit is contained in:
parent
2b3a7817c8
commit
672052dd7b
@ -60,10 +60,11 @@
|
||||
color: #fff
|
||||
font-family: "Open Sans"
|
||||
font-size: 12px
|
||||
padding-left: 7px
|
||||
padding-right: 7px
|
||||
padding-left: 0px
|
||||
padding-right: 0px
|
||||
display: flex
|
||||
flex-direction: row
|
||||
user-select: none
|
||||
|
||||
&.dark
|
||||
background: #0e1713
|
||||
@ -79,14 +80,17 @@
|
||||
flex-grow: 1
|
||||
|
||||
.status-block
|
||||
padding: 2px 5px
|
||||
padding: 2px 12px
|
||||
cursor: default
|
||||
&.line-number
|
||||
color: rgba(255, 255, 255, 0.7)
|
||||
.num
|
||||
color: rgba(255, 255, 255, 1.0)
|
||||
&.lang
|
||||
cursor: pointer
|
||||
.auto
|
||||
color: rgba(255, 255, 255, 0.7)
|
||||
&:hover
|
||||
background: rgba(255,255,255, 0.1)
|
||||
|
||||
</style>
|
||||
|
@ -13,6 +13,7 @@ export const heynoteBase = EditorView.theme({
|
||||
},
|
||||
'.cm-gutters': {
|
||||
padding: '0 2px 0 4px',
|
||||
userSelect: 'none',
|
||||
},
|
||||
'.cm-foldGutter': {
|
||||
marginLeft: '0px',
|
||||
|
Loading…
Reference in New Issue
Block a user