description complete sur mouseover

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-22 19:08:37 +02:00
parent 3646fd2033
commit fb490f8ac8
9 changed files with 27 additions and 11 deletions

View File

@ -447,6 +447,16 @@ table {border: 1px solid #7a7971;}
font-size: 0.70rem;
text-align: right;
}
.poesie-overflow {
color: rgba(82, 17, 131, 0.9);
max-height: 2.5rem;
overflow: hidden;
}
.poesie-overflow:hover {
max-height: unset;
overflow: visible;
}
/* ======================================== */
/* Sheet */
.window-app.sheet .window-content .sheet-header{