mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 21:14:15 +00:00
18 lines
251 B
Plaintext
Executable File
18 lines
251 B
Plaintext
Executable File
.infinite-scroll {
|
|
min-height: 32vw;
|
|
position: relative;
|
|
|
|
.no-result {
|
|
text-align: center;
|
|
}
|
|
|
|
.bottom {
|
|
width: 100%;
|
|
}
|
|
|
|
.list-loader {
|
|
height: 16vw;
|
|
margin: auto;
|
|
width: 16vw;
|
|
}
|
|
} |