mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
fix title columns link width
This commit is contained in:
+11
-3
@@ -15,15 +15,15 @@
|
||||
}
|
||||
|
||||
.text-container.align-left {
|
||||
text-align: left;
|
||||
justify-items: start;
|
||||
}
|
||||
|
||||
.text-container.align-center {
|
||||
text-align: center;
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.text-container.align-right {
|
||||
text-align: right;
|
||||
justify-items: end;
|
||||
}
|
||||
|
||||
.text-container.compact {
|
||||
@@ -39,8 +39,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