added p2p faq section, other minor improvements

This commit is contained in:
mrfry 2023-04-16 19:08:28 +02:00
parent 6eeb83b2e7
commit 075271ca01
5 changed files with 112 additions and 68 deletions

View file

@ -15,11 +15,15 @@
flex: 1;
display: flex;
justify-content: flex-end;
text-align: end;
align-items: center;
}
.infoRow :last-child {
flex: 2;
color: var(--text-color);
display: flex;
align-items: center;
}
.peerContainer, .peerHeader {