mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
commit
626ae0e390
@ -358,7 +358,7 @@
|
|||||||
.empty-board__suggestions__links {
|
.empty-board__suggestions__links {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 3px;
|
gap: 2px;
|
||||||
margin-left: -4px;
|
margin-left: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -368,7 +368,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
padding: 4px 6px 4px 4px;
|
padding: 6px;
|
||||||
border-radius: var(--radius-s);
|
border-radius: var(--radius-s);
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
transition: background-color var(--transition-fast);
|
transition: background-color var(--transition-fast);
|
||||||
@ -387,6 +387,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.empty-board__suggestions__link__icon {
|
.empty-board__suggestions__link__icon {
|
||||||
|
display: flex;
|
||||||
color: var(--clr-scale-ntrl-50);
|
color: var(--clr-scale-ntrl-50);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
font-weight: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user