nicolium: less confusing class name
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -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,
|
||||
)}
|
||||
|
||||
@ -707,7 +707,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
&--chats {
|
||||
&--with-chats {
|
||||
@media (min-width: variables.$breakpoint-xl) {
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user