fix: remove weird spacing due to weird profile popup inheritance

This commit is contained in:
JustTemmie 2025-07-04 06:34:15 +02:00
parent 3c5525d294
commit 873f1c81a9
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
3 changed files with 3 additions and 12 deletions

View file

@ -93,8 +93,4 @@ async function deleteAccount() {
color: var(--text-color);
background-color: var(--accent-color);
}
.profile-popup {
margin-left: 2dvw;
}
</style>