bigger margin for quasi hr

pull/225/head
Aevann 2024-03-09 09:34:02 +02:00
parent 21a2ad3491
commit 89503a4878
1 changed files with 5 additions and 1 deletions

View File

@ -7641,7 +7641,11 @@ blink {
.pinned-to-profile + div + input + :not(.pinned-to-profile) {
border-top: 2px solid var(--primary) !important;
margin-top: 0.5rem;
margin-top: 3rem;
}
.pinned-to-profile + div + input + :not(.pinned-to-profile) > div.d-flex {
margin-top: 3rem;
}
details {