fix notifications and make long statuses use relative units
This commit is contained in:
parent
36ce62efab
commit
5c5a350447
2 changed files with 4 additions and 3 deletions
|
|
@ -284,8 +284,6 @@
|
|||
|
||||
& .status-username,
|
||||
& .mute-reason {
|
||||
|
||||
word-break: normal;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -53,12 +53,15 @@
|
|||
}
|
||||
|
||||
.text-wrapper {
|
||||
text-overflow: ellipsis;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
&.-tall-status {
|
||||
position: relative;
|
||||
height: 220px;
|
||||
height: 16em;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue