support multiline about me's
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-08-05 05:25:02 +02:00
parent 59422455bb
commit d276faebcc
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 43 additions and 5 deletions

View file

@ -214,8 +214,21 @@ function buttonEditProfile() {
align-self: center;
width: 100%;
font-size: .8em;
font-weight: lighter;
white-space: pre-line;
line-height: 1;
max-height: 7em; /* 7 x 1 */
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
}
#about-me-text::-webkit-scrollbar {
display: none;
}