alllowed sites UI

This commit is contained in:
Ryan Breen
2023-01-13 23:12:00 -05:00
parent 6f7eafc296
commit f5f800ee72
4 changed files with 49 additions and 3 deletions

View File

@@ -9,6 +9,10 @@ body {
font-family: system-ui;
}
#priv-key {
font-family: monospace;
}
.profiles label {
width: 80px;
display: inline-block;
@@ -22,4 +26,20 @@ body {
margin-bottom: 15px;
}
.buttons {
margin-bottom: 15px;
}
td:first-child {
width: 50px;
}
td:nth-child(2) {
width: 100px;
}
tr {
margin-bottom: 10px;
}
/* @media (prefers-color-scheme: dark) {} */