Frontend for new SSH page #22

Merged
esy merged 21 commits from #7-multiple-ssh-keys into main 2024-02-18 17:28:21 +00:00
Showing only changes of commit 0851e9934d - Show all commits

View file

@ -11,16 +11,17 @@
.center { .center {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
}
& table, & th { .center, .center th, .center td {
border: 1px solid; border: 1px solid white;
} }
& td { .center {
border: 1px solid; border-spacing: 0;
width: fit-content;
white-space: nowrap;
} }
.center th, .center td {
margin: 3px;
} }
#key_table { #key_table {