up styles

This commit is contained in:
Tykayn 2025-04-28 11:20:11 +02:00 committed by tykayn
parent 217416234a
commit 7c80ac4576
9 changed files with 283 additions and 224 deletions

View file

@ -9,6 +9,20 @@
margin-top: 0rem;
}
#searchResults {
display: inline-block;
position: relative;
margin-top: -0.9rem;
margin-left: -1.6rem;
width: 90.4%;
height: 67%;
left: -28px;
border-top: 1px;
}
#bars_power {
position: absolute;
top: 0;
@ -68,13 +82,17 @@
border-radius: 3px;
background: var(--button-border);
margin: 0;
position: relative;
top: -4.9rem;
right: 1.4rem;
height: 2.6rem;
}
}
#count_features_fond {
border: solid 1px grey;
position: relative;
top: -26.8vh;
left: -1rem;
height: 2.9rem;
z-index: 10;
}
#count_features_fond {
position: static;
}
}