mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Koenig - Plus menu positioning and container card style
refs https://github.com/TryGhost/Ghost/issues/9505
This commit is contained in:
parent
deea18576e
commit
f25e4eb361
3 changed files with 3 additions and 2 deletions
|
@ -493,6 +493,7 @@
|
||||||
|
|
||||||
.koenig-card-html--editor .CodeMirror {
|
.koenig-card-html--editor .CodeMirror {
|
||||||
border: none;
|
border: none;
|
||||||
|
margin: 0 -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.koenig-card-html--editor .CodeMirror-linenumber {
|
.koenig-card-html--editor .CodeMirror-linenumber {
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
border: var(--midgrey) 1px solid;
|
border: var(--midgrey) 1px solid;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
margin-left: -56px;
|
margin-left: -66px;
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ export default Component.extend({
|
||||||
|
|
||||||
// attrs
|
// attrs
|
||||||
icon: null,
|
icon: null,
|
||||||
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl13 kg-icon',
|
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl16 kg-icon',
|
||||||
toolbar: null,
|
toolbar: null,
|
||||||
isSelected: false,
|
isSelected: false,
|
||||||
isEditing: false,
|
isEditing: false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue