Merge remote-tracking branch 'origin/profile-modal-polish'
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Temmie 2025-08-15 14:18:44 +02:00
commit fea646fda1
Signed by: temmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU

View file

@ -150,12 +150,13 @@ function buttonEditProfile() {
position: absolute;
left: 2em;
top: 2.5em;
z-index: 1;
width: 6em;
height: 6em;
background-color: var(--accent-color);
border: .15em solid var(--accent-color);
}
@ -224,14 +225,8 @@ function buttonEditProfile() {
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
}
#about-me-text::-webkit-scrollbar {
display: none;
}
#profile-footer {
margin-left: 1em;
margin-right: 1em;