feat(directory): init operator page

This commit is contained in:
Haoyu Xu
2023-02-28 14:20:28 -05:00
parent 7edc231e89
commit e4648945d1
18 changed files with 172 additions and 83 deletions

View File

@@ -25,7 +25,7 @@
flex-direction: column;
align-items: stretch;
flex-wrap: nowrap;
width: 480px;
max-width: 480px;
height: fit-content;
margin: 0 auto;
background-color: var(--root-background-color);
@@ -55,6 +55,20 @@
padding: 1rem 1rem 0 1rem;
}
@media (max-width: 768px) {
.popup .title {
font-size: 2rem;
}
.popup .content {
font-size: 1rem;
}
.popup .return-button {
transform: scale(0.8);
}
}
.popup .overlay {
position: absolute;
left: 0;