refactor: license settings

This commit is contained in:
Tristan Yang
2022-09-27 17:12:32 +08:00
parent d55604027e
commit 46e6950c18
5 changed files with 260 additions and 63 deletions
+4 -1
View File
@@ -3,7 +3,10 @@ const StyledWrapper = styled.div`
display: flex;
width: 100vw;
height: 100vh;
background-color: var(---navs-bg);
background: var(---navs-bg);
&.guest {
background: none;
}
> .col {
height: 100%;
display: flex;