Add link to the public libraries (#2469)

This commit is contained in:
Lipis 2020-12-07 19:24:55 +02:00 committed by GitHub
parent dd993adc5c
commit 5e57f408c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 47 deletions

View file

@ -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 {