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

@ -98,6 +98,14 @@ html.anytypeWebclipper-popup {
--line-height-description: 26px;
--letter-spacing-description: -0.28px;
/* Menu */
--menu-width-common: 224px;
--menu-width-icon: 256px;
--menu-width-value: 288px;
--menu-width-set: 360px;
--menu-width-large: 408px;
--menu-width-add: 480px;
@import "~scss/common";
@import "~scss/form/common";
@import "~scss/component/common";