add logo change, center for new conversation

This commit is contained in:
Tykayn 2025-08-14 12:32:14 +02:00 committed by tykayn
parent fa8a7ca996
commit b7a2331bab
8 changed files with 126 additions and 42 deletions

View file

@ -78,8 +78,8 @@
.actions {
position: relative;
right: -60px;
top: -27px;
right: 0;
top: 0;
height: 0;

View file

@ -21,6 +21,8 @@
color: white;
.navbar-brand {
margin-right: 35px;
.navbar-item {
padding: 10px;
margin-left: 16px;
@ -31,6 +33,16 @@
}
}
.label {
color: #FFF;
font-family: Barlow;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin-top: -0.25em;
}
}
.navigation {
@ -91,7 +103,7 @@
.action {
float: right;
margin-top: -1.75em;
margin-top: -1.8em;
}
}