align pencil

This commit is contained in:
Mutasem 2022-04-07 04:00:29 +02:00
parent da5015aabe
commit 22df4d849c

View file

@ -84,8 +84,15 @@ export default Vue.extend({
.title { .title {
text-overflow: ellipsis; text-overflow: ellipsis;
display: flex;
align-items: center;
> *:first-child {
padding-right: var(--spacing-3xs);
}
&:hover { &:hover {
cursor: pointer;
.editIcon { .editIcon {
display: inline-block; display: inline-block;
} }