mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
fix some stuff
This commit is contained in:
parent
0936decd2b
commit
75cf355820
8 changed files with 149 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue