mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
update title columns to use links
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.name-container {
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
.name-container.compact {
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.name-container.large {
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
Reference in New Issue
Block a user