aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
Commit message (Collapse)AuthorAge
...
* chore: fix error from stylelintHsieh Chin Fan2024-09-19
|
* feat: improve CSS for draggable blockHsieh Chin Fan2024-09-18
|
* feat: swith focus map by tab key and clickHsieh Chin Fan2024-09-18
| | | | | | | | | | * Use data-focus attribute and MutationObserver to move map-container between Sementic HTML and Showcase. * Currently set return value of docuement.onkeydown in editor, then reset onkeydown function in dumbymap. Maybe there is a better way? * CSS to make placeholder not so obvious
* fix(CSS): stick draggable handle by scrollHsieh Chin Fan2024-09-16
|
* feat(CSS): draggable handleHsieh Chin Fan2024-09-16
| | | | | | | * Linear gradient for scroll-up contents * Set higer z-index to overlap elments like leaflets * Gray-out contents when interacting with handle * Set content padding only for direct children for block
* feat(CSS): Set padding for each element in draggable blockHsieh Chin Fan2024-09-15
|
* feat(CSS): Make draggable blocks resizableHsieh Chin Fan2024-09-15
|
* chore: eslintHsieh Chin Fan2024-09-15
|
* fix(CSS): Set html content full widthHsieh Chin Fan2024-09-15
|
* chore(CSS): Improve layout of DumbyMapHsieh Chin Fan2024-09-15
|
* fix(CSS): z-index of blocks as overlayHsieh Chin Fan2024-09-15
|
* feat: Improve draggable behavior in overlay layoutHsieh Chin Fan2024-09-15
| | | | | | | * Set position=absolute on each block, so they won't affect each others' y value when display=none (about Block Formatting Context) * Add title tooltip for removing block * Simple logic to set initial position of block by their width
* feat: Switch layout by attributeHsieh Chin Fan2024-09-15
|
* refactor(CSS): Rename class name for HTML holderHsieh Chin Fan2024-09-15
| | | | result-html => DumbyMap
* fix: Update class name for map showcaseHsieh Chin Fan2024-09-12
|
* refactor: Switch to EasyMDEHsieh Chin Fan2024-09-11
| | | | | | | | EasyMDE is based on codemirror, so completion and more features maybe applied later. * Now suggestions also works in EasyMDE * For preview, change return value of markdown2HTML()
* style: Add commentsHsieh Chin Fan2024-09-10
|
* chore: Remove useless CSSHsieh Chin Fan2024-09-09
|
* Initial CommitHsieh Chin Fan2024-09-07