mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
fix title columns link width
This commit is contained in:
+20
@@ -13,6 +13,18 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.text-container.align-left {
|
||||
justify-items: start;
|
||||
}
|
||||
|
||||
.text-container.align-center {
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.text-container.align-right {
|
||||
justify-items: end;
|
||||
}
|
||||
|
||||
.text-container.compact {
|
||||
gap: 0;
|
||||
}
|
||||
@@ -26,8 +38,16 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
a.title {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
.artists {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-size: var(--theme-font-size-xs) !important;
|
||||
|
||||
Reference in New Issue
Block a user