2023-12-20 23:24:10 +08:00
|
|
|
.c-navbar {
|
2024-01-12 21:27:44 +08:00
|
|
|
gap: 0.75rem;
|
2023-12-20 23:24:10 +08:00
|
|
|
&-container {
|
2024-01-09 20:18:05 +08:00
|
|
|
max-width: 100vw;
|
2023-12-20 23:24:10 +08:00
|
|
|
padding-inline: 0.25rem;
|
|
|
|
}
|
2024-01-16 14:29:33 +08:00
|
|
|
&__actions {
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
2024-01-12 21:27:44 +08:00
|
|
|
&__back-button {
|
|
|
|
align-self: stretch;
|
|
|
|
}
|
2024-01-30 21:18:00 +08:00
|
|
|
&.-full-title {
|
|
|
|
.c-navbar {
|
|
|
|
&__actions,
|
|
|
|
&__back-button {
|
|
|
|
height: calc(var(--chat-header-offset) - 2px) !important;
|
|
|
|
}
|
|
|
|
&__title {
|
|
|
|
padding-block: calc(1rem + 2px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
left: 0.25rem;
|
|
|
|
width: calc(100% - 0.5rem);
|
|
|
|
}
|
2024-01-16 14:29:33 +08:00
|
|
|
|
|
|
|
.c-navbar__title {
|
|
|
|
.c-routes-direct-messages &,
|
|
|
|
.c-routes-channels &,
|
|
|
|
.c-routes-threads & {
|
|
|
|
padding-left: 1.25rem;
|
|
|
|
}
|
|
|
|
}
|
2023-12-20 23:24:10 +08:00
|
|
|
}
|