mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add link to the public libraries (#2469)
This commit is contained in:
parent
dd993adc5c
commit
5e57f408c5
4 changed files with 72 additions and 47 deletions
|
@ -6,6 +6,16 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.browse-libraries {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 16px;
|
||||
white-space: nowrap;
|
||||
max-width: 140px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.layer-ui__library-message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue