nicolium: less confusing class name

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-10 01:07:15 +01:00
parent 48bc8ce6e2
commit 717612bdac
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ const Main: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({ children, classN
className={clsx(
{
'⁂-layout__main': true,
'⁂-layout__main--chats': features.chats,
'⁂-layout__main--with-chats': features.chats,
},
className,
)}

View File

@ -707,7 +707,7 @@ body {
}
}
&--chats {
&--with-chats {
@media (min-width: variables.$breakpoint-xl) {
padding-bottom: 4rem;
}