feat: align items, hide unnecessary for mobile

This commit is contained in:
moanos [he/him] 2024-11-24 12:46:46 +01:00
parent 70bf8e2053
commit fc5b1391df

View File

@ -144,6 +144,7 @@ textarea {
border-radius: 0px 0px 8px 8px;
background-color: var(--highlight-two);
color: var(--highlight-one-text);
align-items: center;
.btn2 {
height: 40px;
@ -344,6 +345,10 @@ select, .button {
.menu > li:not(:last-child) {
border-bottom: 1px solid #444;
}
#header-sign-out, #header-change-language {
display: none;
}
}