This commit is contained in:
2023-06-18 12:33:15 +08:00
parent 458a6517cb
commit bc916b23cf
29 changed files with 50679 additions and 45513 deletions

View File

@@ -21,6 +21,10 @@
display: none;
}
img.excalidraw-embedded-img {
width: 100%;
}
img.excalidraw-svg-right-wrap {
float: right;
margin: 0px 0px 20px 20px;
@@ -326,4 +330,18 @@ label.color-input-container > input {
.excalidraw-settings input {
min-width: 10em;
}
div.excalidraw-draginfo {
position: absolute;
z-index: 1000;
color: var(--text-normal);
padding: 3px;
background: var(--color-base-40);
display: block;
border-radius: 5px;
}
.excalidraw [data-radix-popper-content-wrapper] {
position: absolute !important;
}