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 2025-01-07 12:25:47 +01:00
parent 7fd237246e
commit dc2b4cb984
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 3 additions and 9 deletions

View file

@ -15,7 +15,7 @@
src: url('../font/inter/bold.woff2') format('woff2');
}
html, body { height: 100%; }
html, body { height: 100%; -webkit-app-region: drag; }
/*html.dark body { background-color: #171717; color: #a09f92; }*/
body { font-family: 'Inter', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; background-color: #fff; color: #252525; }