mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
cleanup dep item for new type
This commit is contained in:
@@ -23,9 +23,6 @@ import { TuiAvatarModule } from '@taiga-ui/experimental'
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<span class="inner-container-version">
|
|
||||||
<!-- {{ dep.value.version | displayEmver }} -->
|
|
||||||
</span>
|
|
||||||
<span class="inner-container-description">
|
<span class="inner-container-description">
|
||||||
{{ dep.value.description }}
|
{{ dep.value.description }}
|
||||||
</span>
|
</span>
|
||||||
@@ -75,16 +72,6 @@ import { TuiAvatarModule } from '@taiga-ui/experimental'
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-container-version {
|
|
||||||
font-size: 0.875rem;
|
|
||||||
line-height: 1.25rem;
|
|
||||||
color: rgb(250 250 250 / 0.7);
|
|
||||||
overflow: hidden;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
-webkit-line-clamp: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inner-container-description {
|
.inner-container-description {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user