fix (client): notification reply-to style when the summary is long
c04c071aec
This commit is contained in:
parent
747f1d6e04
commit
7a3aec1881
1 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,7 @@ defineProps<{
|
|||
|
||||
.reply-to {
|
||||
color: var(--fgTransparentWeak);
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.avatar {
|
||||
width: 1.2em;
|
||||
|
@ -89,6 +90,12 @@ defineProps<{
|
|||
content: ": ";
|
||||
}
|
||||
}
|
||||
.summary {
|
||||
display: inline-block;
|
||||
max-width: 60%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus-within {
|
||||
color: var(--fg);
|
||||
|
|
Loading…
Reference in a new issue