I Made a Fix I UPdate THis Later

This commit is contained in:
Robert
2025-02-26 06:59:42 -06:00
committed by GitHub
parent 0dd74db8fc
commit fc1bc91604
-53
View File
@@ -80,57 +80,4 @@ body img.handle {
z-index: 3;
transform-origin: 50% calc(50% + 80px);
cursor: grab;
}
body {
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}
.password_label {
font-size: 1.2em;
margin-bottom: 10px;
}
.password {
font-size: 1em;
padding: 10px;
margin-bottom: 20px;
}
.hidden {
display: none;
}
img {
width: 30px;
height: 30px;
}
img.left {
position: absolute;
left: 5px;
}
img.handle {
position: absolute;
cursor: pointer;
}
img.right {
position: absolute;
right: 5px;
}
.home-button {
position: absolute;
top: 10px;
left: 10px;
padding: 10px 20px;
font-size: 1em;
cursor: pointer;
}