mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
code editor responsiveness and various fixes (#129)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user