mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Show hint under toolbar (#783)
This commit is contained in:
parent
626c99939e
commit
949c3841ea
2 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,12 @@
|
|||
.HintViewer {
|
||||
position: absolute;
|
||||
left: 0.5em;
|
||||
bottom: 0.5em;
|
||||
background-color: rgba(255, 255, 255, 0.88);
|
||||
color: #868e96; /* OC: GRAY 6*/
|
||||
font-size: 0.8rem;
|
||||
left: 50%;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
top: 54px;
|
||||
transform: translateX(calc(-50% - 16px)); /* 16px is half of lock icon */
|
||||
}
|
||||
|
||||
@media (max-width: 600px), (max-height: 500px) and (max-width: 1000px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue