tiptap: fix sketch in diagram editor

This commit is contained in:
fantasticit 2022-06-01 00:28:04 +08:00
parent 3754a43ba6
commit 9a7614f569
4 changed files with 2589 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1196,3 +1196,5 @@ confACleanOnly=Clean Diagram Drafts Only
brush=Brush brush=Brush
openDevTools=Open Developer Tools openDevTools=Open Developer Tools
autoBkp=Automatic Backup autoBkp=Automatic Backup
atlassian=Atlassian
citrix=Citrix

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,7 @@ button {
} }
.geEditor input { .geEditor input {
border-width: 2px; border-width: 2px;
transform: translateY(2px);
} }
.geEditor select { .geEditor select {
border-width: 1px; border-width: 1px;