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:
parent
e3bd901532
commit
3869892dfe
8 changed files with 28 additions and 16 deletions
1
dist/extension/css/foreground.css
vendored
1
dist/extension/css/foreground.css
vendored
|
@ -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 {
|
||||
|
|
2
dist/extension/manifest.json
vendored
2
dist/extension/manifest.json
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue