Visual fixes

This commit is contained in:
2021-10-25 21:39:07 -03:00
parent 305a075e23
commit 6c1b02fde9
5 changed files with 152 additions and 3 deletions

View File

@@ -80,9 +80,33 @@ header {
header {
padding: 3vh 0px;
height: auto;
h2 {
margin-bottom: 1vh;
}
.redirect-button {
width: 20vw;
position: initial;
}
.account-preview {
position: initial;
.full-name {
height: 0;
&.show {
opacity: 0%;
}
}
}
}
}