Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2025-02-04 16:01:14 +01:00
commit 48acc8715b
6 changed files with 20 additions and 5 deletions

View file

@ -79,7 +79,7 @@
:on-click on-click
:on-mouse-enter on-mouse-enter
:on-mouse-leave on-mouse-leave}
(if @show-text (tr "dashboard.add-file") i/add)]
(if @show-text (tr "dashboard.empty-project.create") i/add)]
[:button {:class (stl/css :create-new)
:on-click on-click}
i/add])]))))

View file

@ -105,9 +105,9 @@
.empty-project-container {
width: 100%;
display: flex;
justify-content: space-around;
display: grid;
gap: $s-16;
grid-template-columns: 1fr 1fr 1fr;
margin-top: $s-12;
}
@ -130,6 +130,10 @@
--color-card-title: var(--color-background-secondary);
--color-card-subtitle: var(--color-background-secondary);
cursor: pointer;
.empty-project-card-title {
font-weight: $fw500;
}
}
flex-grow: 1;

View file

@ -62,6 +62,10 @@
[data-itype="paragraph"] {
white-space: nowrap;
}
[data-itype="inline"] {
white-space-collapse: preserve;
}
}
// Vertical align.