housing update

This commit is contained in:
Nordi98 2025-08-12 12:35:46 +02:00
parent 7dfe792351
commit 630007bbdc
17 changed files with 28 additions and 25 deletions

View file

@ -617,10 +617,10 @@ hr{
.properties_menu .panel .key_section .key_hider{
position: absolute;
top: 100%;
left: 80%;
left: 20%;
height: 300px;
width: 500px;
transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(45deg);
background-color: rgba(33, 41, 50, 0.8);
backdrop-filter: blur(5px) brightness(50%);
z-index: 1000;
@ -629,9 +629,9 @@ hr{
.properties_menu .panel .key_section .key_text{
position: absolute;
bottom: 20px;
right: 20px;
left: 20px;
width: 200px;
text-align: right;
text-align: left;
font-size: 25px;
line-height: 23px;
font-weight: 500;
@ -646,7 +646,7 @@ hr{
.properties_menu .panel .key_section .lock{
position: absolute;
top: 50px;
right: 50px;
left: 50px;
font-size: 40px;
color: rgba(255, 255, 255, 0.747);
z-index: 10000;