Merge pull request #4556 from gitbutlerapp/Style-updates

Style updates
This commit is contained in:
Pavel Laptev 2024-07-31 13:05:05 +02:00 committed by GitHub
commit 626ae0e390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -358,7 +358,7 @@
.empty-board__suggestions__links {
display: flex;
flex-direction: column;
gap: 3px;
gap: 2px;
margin-left: -4px;
}
@ -368,7 +368,7 @@
align-items: center;
width: fit-content;
max-width: 100%;
padding: 4px 6px 4px 4px;
padding: 6px;
border-radius: var(--radius-s);
gap: 10px;
transition: background-color var(--transition-fast);
@ -387,6 +387,7 @@
}
.empty-board__suggestions__link__icon {
display: flex;
color: var(--clr-scale-ntrl-50);
}
</style>

View File

@ -44,6 +44,7 @@
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
a {