0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-27 14:38:11 +00:00

emoji autocomplete

This commit is contained in:
Víctor Losada Hernández
2026-03-26 23:44:49 +01:00
parent 1328d1aaca
commit d4c1eba3f3
5 changed files with 90 additions and 84 deletions

View File

@@ -2,11 +2,11 @@
@import '@themes/codeMirror/customEditorStyles.less';
.editor {
position : relative;
width : 100%;
height : 100%;
container : editor / inline-size;
background:white;
position : relative;
width : 100%;
height : 100%;
container : editor / inline-size;
background : white;
.codeEditor {
height : calc(100% - 25px);
.cm-editor { height : 100%; }
@@ -14,6 +14,20 @@
background : #33333328;
border-top : #333399 solid 1px;
}
.cm-tooltip-autocomplete {
li {
display : flex;
gap : 10px;
align-items : center;
justify-content : flex-start;
.cm-completionIcon { display : none; }
.cm-tooltip-autocomplete .cm-completionLabel { translate : 0 -2px; }
}
}
.cm-page-count {
float : right;