mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 23:10:16 +02:00
Feature: Hint viewer (#666)
* Add Hint viewer - Add hints for arrows and lines - Add hints for resizing elements * Swap priority of multi mode and resize mode in Hint Viewer * Remove dangling locales from public * Add shortcut to hide hints * Change hint texts and show resize hint ONLY during resizing * Remove hints toggling
This commit is contained in:
6
src/components/HintViewer.css
Normal file
6
src/components/HintViewer.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.HintViewer {
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
bottom: 0.5em;
|
||||
font-size: 0.8rem;
|
||||
}
|
Reference in New Issue
Block a user