mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Save state and elements automatically
This commit is contained in:
commit
c59d3c90f4
4 changed files with 853 additions and 713 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ logs
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
package-lock.json
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
|
806
src/index.tsx
806
src/index.tsx
File diff suppressed because it is too large
Load diff
|
@ -4,32 +4,24 @@
|
|||
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
|
||||
}
|
||||
|
||||
.wrappers {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 10px;
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.exportWrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.exportWrapper label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.exportWrapper button {
|
||||
margin-right: 10px;
|
||||
/* Controls - Begin */
|
||||
fieldset {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-right: 5px;
|
||||
}
|
||||
/* Controls - End */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue