1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

webclipper fixes

This commit is contained in:
Andrew Simachev 2024-10-24 11:36:08 +02:00
parent e3bd901532
commit 3869892dfe
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
8 changed files with 28 additions and 16 deletions

View file

@ -3,6 +3,7 @@
#anytypeWebclipper-iframe {
position: absolute; z-index: 1; width: 50%; height: 80%; background: #fff; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0px);
border-radius: 16px; border: 1px solid rgba(172, 169, 152, 0.12); box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
min-width: 600px;
}
#anytypeWebclipper-container .dimmer {

View file

@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Anytype Web Clipper",
"description": "Save web content to the Anytype — open, encrypted, and local-first application that connects everything as objects.",
"version": "0.0.5",
"version": "0.0.6",
"icons": {
"16": "img/icon16x16.png",
"128": "img/icon128x128.png"