Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/sources/left.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function Left () {
if (this.selection.word.trim() !== '' && this.suggestion && this.suggestion.toLowerCase() !== this.active_word().toLowerCase()) {
this.autocomplete()
} else {
this.inject('\u00a0\u00a0')
this.inject('\t')
}
}

Expand Down
2 changes: 1 addition & 1 deletion desktop/sources/links/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

::-webkit-scrollbar { display: none; margin: 0; padding: 0; }

body { height: 100vh; font-family: var(--font-family); font-size: 12px; overflow: auto; transition: background-color 500ms,filter 150ms; overflow: hidden;}
body { tab-size: 2; height: 100vh; font-family: var(--font-family); font-size: 12px; overflow: auto; transition: background-color 500ms,filter 150ms; overflow: hidden;}
body navi { display: block;width: calc((100vw / 4) - 40px);left: 0px;position: absolute;padding: 30px 0px 0px 30px; -webkit-user-select: none;-webkit-app-region: drag;overflow: auto;padding-top:30px;transition: opacity 200ms 200ms, translateY 150ms, width 200ms; opacity:1; height: calc(100vh - 120px); padding-bottom: 40px;}
body navi li { display: flex; flex-direction: row; justify-content: space-between; align-items: center; line-height: 20px; cursor: pointer; position: relative; -webkit-app-region: no-drag; height:20px;}
body navi li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Expand Down