feat: integrate profile card seamlessly

This commit is contained in:
moanos [he/him] 2024-11-24 14:13:41 +01:00
parent fc5b1391df
commit e7f26dd23a

View File

@ -141,8 +141,6 @@ textarea {
.profile-card { .profile-card {
display: flex; display: flex;
border-radius: 0px 0px 8px 8px;
background-color: var(--highlight-two);
color: var(--highlight-one-text); color: var(--highlight-one-text);
align-items: center; align-items: center;
@ -259,6 +257,9 @@ select, .button {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
background: #4ab457;
padding: 20px;
border-radius: 8px;
} }
#menu-toggle { #menu-toggle {
@ -345,6 +346,7 @@ select, .button {
.menu > li:not(:last-child) { .menu > li:not(:last-child) {
border-bottom: 1px solid #444; border-bottom: 1px solid #444;
} }
#header-sign-out, #header-change-language { #header-sign-out, #header-change-language {
display: none; display: none;
} }
@ -565,7 +567,6 @@ select, .button {
.btn-notification { .btn-notification {
display: inline-block; display: inline-block;
position: relative; position: relative;
padding: 0;
} }
/* Make the badge float in the top right corner of the button */ /* Make the badge float in the top right corner of the button */