code editor responsiveness and various fixes (#129)

This commit is contained in:
Red J Adaya
2024-07-25 12:00:35 -07:00
committed by GitHub
parent 0e46b79c22
commit 96420ea3ef
6 changed files with 116 additions and 62 deletions
+9 -4
View File
@@ -15,7 +15,7 @@
line-height: 1.5;
white-space: nowrap;
user-select: none;
-webkit-user-select: none;
font-weight: 500;
color: var(--main-text-color);
@@ -140,7 +140,12 @@
border-radius: 4px;
}
.vertical-padding-3 {
padding-top: 3px;
padding-bottom: 3px;
.vertical-padding-2 {
padding-top: 2px;
padding-bottom: 2px;
}
.horizontal-padding-10 {
padding-left: 10px;
padding-right: 10px;
}