feat(directory): updated info style

This commit is contained in:
Haoyu Xu
2023-10-13 22:23:31 -04:00
parent 6fb2ad6a13
commit db55e71e39
4 changed files with 48 additions and 39 deletions

View File

@@ -11,6 +11,31 @@
user-select: none;
}
.container {
color: var(--text-color-full);
display: flex;
justify-content: space-between;
align-items: baseline;
font-size: 1.25rem;
font-weight: bold;
.title {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.3em;
height: auto;
}
.type {
display: flex;
flex-direction: row;
align-items: center;
svg {
width: 1.5rem;
fill: var(--text-color);
}
}
}
.group {
padding: 1rem;
display: flex;
@@ -85,33 +110,6 @@
line-height: 1.2em;
height: 36px;
.container {
color: var(--text-color-full);
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.25rem;
font-weight: bold;
.title {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.3em;
height: auto;
}
.type {
display: flex;
flex-direction: row;
align-items: baseline;
text-align: center;
svg {
width: 1.5rem;
fill: var(--text-color);
}
}
}
.wrapper {
overflow: hidden;
text-overflow: ellipsis;