updated status page

This commit is contained in:
polarDefender 2024-06-03 10:32:56 -07:00
parent 641385a99d
commit f9af31d4a7
3 changed files with 37 additions and 29 deletions

View file

@ -17,12 +17,19 @@
color: #ccc731;
}
.editabl-content {
.editable-content {
font-size: 12px;
display: flex;
justify-content: end;
align-items: center;
color: #999999;
max-width: 50%;
}
.editable-content>input {
border: none;
box-shadow: none;
text-align: right;
}
.invite-link {

View file

@ -81,6 +81,7 @@ input[type="text"] {
border: 1px solid #c740c7;
border-radius: 5px;
font-size: 14px;
outline: none;
color: #999999;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}