summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7000c65)
raw | patch | inline | side by side (parent: 7000c65)
author | Eric Wertz <ericwertz@Erics-MacBook-Pro.local> | |
Tue, 10 Jun 2025 02:10:21 +0000 (22:10 -0400) | ||
committer | Eric Wertz <ericwertz@Erics-MacBook-Pro.local> | |
Tue, 10 Jun 2025 02:10:21 +0000 (22:10 -0400) |
frontend/components/Toolbar.tsx | patch | blob | history | |
frontend/styles.css | patch | blob | history |
index 4a3e89f3e022ce6755a660aa2cdbc54e9ff4e3f4..7daaac74c32cde86ab4f94438d10b3513a2e58e9 100644 (file)
}
if( window.visualViewport?.width && window.visualViewport.width > 480) {
+ toolbarRef.current.style.transform = `translate( 0px, 0px)`;
return;
}
diff --git a/frontend/styles.css b/frontend/styles.css
index 62fbc71916efcbf1923bd41418018f0a2d328d10..9135a9d9869236142cc333ca1c0d6be29f098435 100644 (file)
--- a/frontend/styles.css
+++ b/frontend/styles.css
}
li > div[contenteditable] {
- margin: 0.25rem 0;
+ margin: 0 0;
padding: 0.125rem;
border-radius: 0.5rem;
border: 1px solid transparent;
transition: all 0.2s ease;
min-height: 1.2em;
outline: none;
- display: block;
+ display: inline-block;
+ vertical-align: top;
}
li > div[contenteditable]:focus {
/* Indentation levels using CSS custom properties */
li {
- --indent-size: 1.5rem;
+ line-height: 1.5;
}
.list-item-level-0 {