working changes for new auth

This commit is contained in:
Enstrayed
2024-06-23 12:54:57 -07:00
parent 3b61566024
commit 8e769996e1
7 changed files with 121 additions and 75 deletions

View File

@@ -11,6 +11,10 @@ body {
margin-right: 1em;
}
.marginbottom1em {
margin-bottom: 1em;
}
.resultfeed {
height: 100%;
}
@@ -30,7 +34,8 @@ body {
input, select, textarea, button {
background: none;
color: white;
border: 2px solid white;
border: 1px solid white;
padding: 1px 2px;
}
input:disabled, button:disabled {