mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add loading state string
This commit is contained in:
@@ -514,6 +514,15 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
||||
.stateString {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: calc(100vw - 28px);
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.replyQuotePreview {
|
||||
margin-right: 10px;
|
||||
@@ -535,6 +544,10 @@
|
||||
.authorAvatar {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.stateString {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
@@ -555,4 +568,8 @@
|
||||
.replyMobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.stateString {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user