mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44: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
|
||||
id="bottom"
|
||||
className="bottom"
|
||||
style={{ display: hasMore ? "block" : "none" }}
|
||||
>
|
||||
{loadingComponent && React.createElement(loadingComponent)}
|
||||
|
@ -6,6 +6,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bottom {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.list-loader {
|
||||
height: 16vw;
|
||||
margin: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user