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

JS-7093: fix

This commit is contained in:
Andrew Simachev 2025-06-07 14:11:25 +02:00
parent 78c8f7047d
commit d6fc781e6f
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
30 changed files with 26 additions and 26 deletions

View file

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 746 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 991 B

After

Width:  |  Height:  |  Size: 991 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 650 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 939 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 690 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 988 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 697 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 746 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 991 B

After

Width:  |  Height:  |  Size: 991 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 650 B

After

Width:  |  Height:  |  Size: 650 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 939 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 690 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 589 B

After

Width:  |  Height:  |  Size: 589 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 988 B

After

Width:  |  Height:  |  Size: 988 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 627 B

After

Width:  |  Height:  |  Size: 627 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 697 B

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After

View file

@ -65,13 +65,13 @@
.icon.settings-language { background-image: url('~img/icon/settings/language.svg'); }
.icon.settings-api { background-image: url('~img/icon/settings/api.svg'); }
.icon.settings-space { background-image: url('~img/icon/settings/space/overview.svg'); }
.icon.settings-members { background-image: url('~img/icon/settings/space/members.svg'); }
.icon.settings-import { background-image: url('~img/icon/settings/space/import.svg'); }
.icon.settings-export { background-image: url('~img/icon/settings/space/export.svg'); }
.icon.settings-type { background-image: url('~img/icon/settings/space/type.svg'); }
.icon.settings-relation { background-image: url('~img/icon/settings/space/relation.svg'); }
.icon.settings-bin { background-image: url('~img/icon/settings/space/bin.svg'); }
.icon.settings-space { background-image: url('~img/icon/settings/overview.svg'); }
.icon.settings-members { background-image: url('~img/icon/settings/members.svg'); }
.icon.settings-import { background-image: url('~img/icon/settings/import.svg'); }
.icon.settings-export { background-image: url('~img/icon/settings/export.svg'); }
.icon.settings-type { background-image: url('~img/icon/settings/type.svg'); }
.icon.settings-relation { background-image: url('~img/icon/settings/relation.svg'); }
.icon.settings-bin { background-image: url('~img/icon/settings/bin.svg'); }
.icon.settings-logout { background-image: url('~img/icon/popup/settings/logout.svg'); }

View file

@ -196,9 +196,9 @@
}
.btn {
.icon { width: 20px; height: 20px; }
.icon.invite { background: url('~img/icon/settings/space/invite.svg'); }
.icon.qr { background: url('~img/icon/settings/space/qr.svg'); }
.icon.more { background: url('~img/icon/settings/space/more.svg'); }
.icon.invite { background: url('~img/icon/settings/invite.svg'); }
.icon.qr { background: url('~img/icon/settings/qr.svg'); }
.icon.more { background: url('~img/icon/settings/more.svg'); }
.label { @include text-common; @include text-overflow-nw; color: var(--color-text-primary); text-transform: capitalize; width: 100%; }
.tooltipOverlay { position: absolute; width: 100%; height: 100%; z-index: 3; }
@ -360,9 +360,9 @@
width: 44px; height: 44px; border-radius: 5px;
background-position: 50% 50%; background-repeat: no-repeat; background-size: 24px; background-color: var(--color-shape-highlight-medium);
}
.icon.drive { background-image: url('~img/icon/settings/data/drive.svg'); }
.icon.sites { background-image: url('~img/icon/settings/data/sites.svg'); }
.icon.location { background-image: url('~img/icon/settings/data/location.svg'); }
.icon.drive { background-image: url('~img/icon/settings/drive.svg'); }
.icon.sites { background-image: url('~img/icon/settings/sites.svg'); }
.icon.location { background-image: url('~img/icon/settings/location.svg'); }
.actionItems {
.title { @include text-common; font-weight: 400; margin-bottom: 0; }

View file

@ -287,13 +287,13 @@ html.themeDark {
.icon.settings-membership { background-image: url('#{$themePath}/icon/settings/membership.svg'); }
.icon.settings-language { background-image: url('#{$themePath}/icon/settings/language.svg'); }
.icon.settings-api { background-image: url('#{$themePath}/icon/settings/api.svg'); }
.icon.settings-space { background-image: url('#{$themePath}/icon/settings/space/overview.svg'); }
.icon.settings-members { background-image: url('#{$themePath}/icon/settings/space/members.svg'); }
.icon.settings-import { background-image: url('#{$themePath}/icon/settings/space/import.svg'); }
.icon.settings-export { background-image: url('#{$themePath}/icon/settings/space/export.svg'); }
.icon.settings-type { background-image: url('#{$themePath}/icon/settings/space/type.svg'); }
.icon.settings-relation { background-image: url('#{$themePath}/icon/settings/space/relation.svg'); }
.icon.settings-bin { background-image: url('#{$themePath}/icon/settings/space/bin.svg'); }
.icon.settings-space { background-image: url('#{$themePath}/icon/settings/overview.svg'); }
.icon.settings-members { background-image: url('#{$themePath}/icon/settings/members.svg'); }
.icon.settings-import { background-image: url('#{$themePath}/icon/settings/import.svg'); }
.icon.settings-export { background-image: url('#{$themePath}/icon/settings/export.svg'); }
.icon.settings-type { background-image: url('#{$themePath}/icon/settings/type.svg'); }
.icon.settings-relation { background-image: url('#{$themePath}/icon/settings/relation.svg'); }
.icon.settings-bin { background-image: url('#{$themePath}/icon/settings/bin.svg'); }
/* Editor */

View file

@ -150,17 +150,17 @@
}
.pageSettingsDataIndex {
.icon.drive { background-image: url('#{$themePath}/icon/settings/data/drive.svg'); }
.icon.sites { background-image: url('#{$themePath}/icon/settings/data/sites.svg'); }
.icon.location { background-image: url('#{$themePath}/icon/settings/data/location.svg'); }
.icon.drive { background-image: url('#{$themePath}/icon/settings/drive.svg'); }
.icon.sites { background-image: url('#{$themePath}/icon/settings/sites.svg'); }
.icon.location { background-image: url('#{$themePath}/icon/settings/location.svg'); }
}
.pageSettingsSpaceIndex {
> .buttons {
.btn {
.icon.invite { background: url('#{$themePath}/icon/settings/space/invite.svg'); }
.icon.qr { background: url('#{$themePath}/icon/settings/space/qr.svg'); }
.icon.more { background: url('#{$themePath}/icon/settings/space/more.svg'); }
.icon.invite { background: url('#{$themePath}/icon/settings/invite.svg'); }
.icon.qr { background: url('#{$themePath}/icon/settings/qr.svg'); }
.icon.more { background: url('#{$themePath}/icon/settings/more.svg'); }
}
}