mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
added className to bottom
This commit is contained in:
parent
35f7098a14
commit
bee41497ae
@ -52,6 +52,7 @@ export default React.forwardRef((props, ref) => {
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
id="bottom"
|
id="bottom"
|
||||||
|
className="bottom"
|
||||||
style={{ display: hasMore ? "block" : "none" }}
|
style={{ display: hasMore ? "block" : "none" }}
|
||||||
>
|
>
|
||||||
{loadingComponent && React.createElement(loadingComponent)}
|
{loadingComponent && React.createElement(loadingComponent)}
|
||||||
|
@ -6,6 +6,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
.list-loader {
|
.list-loader {
|
||||||
height: 16vw;
|
height: 16vw;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user