fix some stuff

This commit is contained in:
zyqunix 2025-07-04 17:28:15 +02:00
parent 0936decd2b
commit 75cf355820
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
8 changed files with 149 additions and 15 deletions

View file

@ -449,11 +449,6 @@ a[class^="software-item tooltip"]::after {
.stat-img {
width: 100%;
}
.skill-item,
.contact-item,
.software-item {
padding: 10px;
}
a > img {
height: 25px;
}
@ -503,11 +498,6 @@ a[class^="software-item tooltip"]::after {
max-width: 80% !important;
padding: 10px;
}
.skill-item,
.contact-item,
.software-item {
padding: 8px;
}
a > img {
transform: scale(0.75);
}
@ -786,3 +776,15 @@ br {
#badges > img {
border-radius: 50%;
}
#show-deco {
position: absolute;
top: 20px;
right: 20px;
background-color: var(--surface0);
color: var(--text);
border: 2px solid var(--surface1);
border-radius: 4px;
cursor: pointer;
z-index: 10000;
}