diff --git a/CHANGES.md b/CHANGES.md index 4fe5aee48..434814c87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -40,7 +40,7 @@ - Fix problem with constraints when creating group [Taiga #10455](https://tree.taiga.io/project/penpot/issue/10455) - Fix opening pen with shortcut multiple times breaks toolbar [Taiga #10566](https://tree.taiga.io/project/penpot/issue/10566) - Fix actions when workspace is visited first time [Taiga #10548](https://tree.taiga.io/project/penpot/issue/10548) - +- Chat icon overlaps "Show" button in carrousel section [Taiga #10542](https://tree.taiga.io/project/penpot/issue/10542) ## 2.5.4 diff --git a/frontend/src/app/main/ui/dashboard/projects.scss b/frontend/src/app/main/ui/dashboard/projects.scss index a40fce6a3..252da62cd 100644 --- a/frontend/src/app/main/ui/dashboard/projects.scss +++ b/frontend/src/app/main/ui/dashboard/projects.scss @@ -13,6 +13,7 @@ margin-right: $s-16; border-top: $s-1 solid var(--panel-border-color); overflow-y: auto; + padding-bottom: $s-32; } .dashboard-projects { diff --git a/frontend/src/app/main/ui/dashboard/templates.scss b/frontend/src/app/main/ui/dashboard/templates.scss index d1a995726..8d5a6ffb5 100644 --- a/frontend/src/app/main/ui/dashboard/templates.scss +++ b/frontend/src/app/main/ui/dashboard/templates.scss @@ -11,9 +11,10 @@ bottom: 0; border-bottom-left-radius: $br-8; border-bottom-right-radius: $br-8; + border-top-right-radius: $br-8; display: flex; flex-direction: column; - height: $s-228; + height: $s-244; justify-content: flex-end; margin-left: $s-6; margin-right: $s-6; @@ -39,8 +40,8 @@ .title { pointer-events: all; - width: 100%; - top: calc(-1 * $s-56); + width: $s-420; + top: calc(-1 * $s-40); text-align: right; height: $s-56; position: absolute; @@ -102,8 +103,8 @@ .move-button { position: absolute; - top: $s-80; - border: $s-2 solid var(--button-secondary-background-color-rest); + top: $s-96; + border: $s-2 solid var(--color-foreground-secondary); border-radius: 50%; text-align: center; width: $s-36; @@ -139,7 +140,7 @@ font-size: $fs-14; color: var(--color-foreground-primary); margin-bottom: -8px; - margin-top: -4px; + margin-top: $s-16; margin-left: $s-16; visibility: visible; }