mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#547 Display 3 lines of description in big avatars mode
This commit is contained in:
@@ -1339,6 +1339,14 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.big-avatars .ch_description {
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 3;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
white-space: normal;
|
||||||
|
text-overflow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.justifySpaceBetween {
|
.justifySpaceBetween {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user