[feature] show proper viewer

This commit is contained in:
Janis
2023-06-25 21:48:14 +02:00
parent ff3cd783d5
commit cf7d0301d2
5 changed files with 89 additions and 50 deletions

24
src/styles/Viewer.scss Normal file
View File

@@ -0,0 +1,24 @@
.viewer {
display: flex;
flex-direction: column;
gap: 0 0;
h3 {
font-size: 1.3rem;
margin-bottom: 10px;
}
.client {
display: flex;
height: 30px;
align-items: center;
gap: 0 10px;
svg {
width: 23px;
height: 23px;
}
p {
font-size: 1rem;
}
}
}