center focused messaages in chat

master
Aevann 2024-04-06 07:35:53 +02:00
parent 6cd26b9068
commit 5cb3dbdff0
1 changed files with 4 additions and 0 deletions

View File

@ -226,3 +226,7 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.05rem;
}
}
*:target {
scroll-margin-top: 35vh;
}