forked from public/foundryvtt-reve-de-dragon
Limiter les descriptions dans le tchat
Elles sont disponibles en overflow
This commit is contained in:
@ -522,12 +522,14 @@ table {border: 1px solid #7a7971;}
|
||||
}
|
||||
.poesie-overflow {
|
||||
color: rgba(82, 17, 131, 0.9);
|
||||
max-height: 2.5rem;
|
||||
max-height: 1.5rem;
|
||||
overflow: hidden;
|
||||
border-left: 1px dotted black; /* If you want dots under the hoverable text */
|
||||
}
|
||||
.poesie-overflow:hover {
|
||||
max-height: unset;
|
||||
overflow: visible;
|
||||
border-left: 0px
|
||||
}
|
||||
|
||||
.type-compendium{
|
||||
|
Reference in New Issue
Block a user