increase negative margin top on desktop

pull/226/head
Aevann 2024-04-05 10:10:23 +02:00
parent 6782df851f
commit 840062d42d
1 changed files with 2 additions and 1 deletions

View File

@ -209,13 +209,14 @@ h1, h2, h3, h4, h5, h6 {
}
#leave-private-chat {
margin-top: -3px;
margin-top: -6px;
padding-top: 0.1rem;
padding-bottom: 0.15rem;
}
@media (max-width: 768px) {
#leave-private-chat {
margin-top: -3px;
padding-bottom: 0.05rem;
}
}