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