Fixed ellipsis and loong URL (finally) (#71)
This commit is contained in:
parent
2de53bd103
commit
f983e00387
@ -226,28 +226,19 @@ body {
|
||||
|
||||
/* Status text content rules */
|
||||
|
||||
.attachment {
|
||||
.attachment, .hashtag, .ellipsis {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.hashtag {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
.ellipsis:after {
|
||||
content:"…"
|
||||
}
|
||||
|
||||
.invisible {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* Account rules */
|
||||
.account-detail {
|
||||
text-align:center;
|
||||
@ -270,12 +261,10 @@ body {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.account-detail .account-username {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.account-detail .account-note {
|
||||
display: block;
|
||||
padding: 5px 15px 15px 15px;
|
||||
|
Loading…
Reference in New Issue
Block a user