more cartouche lisibility improvements: concernement title ellipsis on scroll #2325
This commit is contained in:
@@ -288,6 +288,16 @@ body{
|
||||
// font-weight: 100;
|
||||
// }
|
||||
padding-bottom: 0.5em;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 20;
|
||||
max-height: 20em;
|
||||
transition: -webkit-line-clamp 0.5s ease-in-out, max-height 0.5s ease-in-out;
|
||||
&.ellipsed{
|
||||
max-height: 2em;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
}
|
||||
// nav.icons{
|
||||
// ul{
|
||||
|
Reference in New Issue
Block a user