|
@@ -25,6 +25,7 @@ import { TaskBuilderChapterModal } from "../task/TaskBuilderChapter";
|
|
|
import { useAppSelector } from "../../hooks";
|
|
import { useAppSelector } from "../../hooks";
|
|
|
import { currentUser } from "../../reducers/current-user";
|
|
import { currentUser } from "../../reducers/current-user";
|
|
|
import { ArticleTplModal } from "../template/Builder/ArticleTpl";
|
|
import { ArticleTplModal } from "../template/Builder/ArticleTpl";
|
|
|
|
|
+import "./article.css";
|
|
|
|
|
|
|
|
interface IWidget {
|
|
interface IWidget {
|
|
|
type?: ArticleType;
|
|
type?: ArticleType;
|
|
@@ -239,7 +240,7 @@ const TypePaliWidget = ({
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div>
|
|
|
|
|
|
|
+ <div className="pcd_article">
|
|
|
{loading ? (
|
|
{loading ? (
|
|
|
<ArticleSkeleton />
|
|
<ArticleSkeleton />
|
|
|
) : errorCode ? (
|
|
) : errorCode ? (
|