Skip to content

Commit

Permalink
polish(ui): editor scroll width, remove input spin button
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Apr 19, 2022
1 parent 52f8455 commit 986f286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/assets/scss/ace.scss
@@ -1,7 +1,7 @@
.ace_editor {
::-webkit-scrollbar {
width: 6px;
height: 6px;
width: 5px;
height: 5px;
}
::-webkit-scrollbar-thumb {
background-color: var(--color-editor-scrollbar);
Expand Down
4 changes: 4 additions & 0 deletions src/renderer/components/ui/AppInput.vue
Expand Up @@ -40,5 +40,9 @@ const localValue = computed({
padding: 0 var(--spacing-xs);
background-color: var(--color-input);
color: var(--color-text);
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
-webkit-appearance: none;
}
}
</style>

0 comments on commit 986f286

Please sign in to comment.