Post meta footer overflow fix follow-up
This commit is contained in:
parent
28b0f71afb
commit
ac984a2495
3 changed files with 6 additions and 3 deletions
|
|
@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta::before {
|
.app-body .detailed-status__meta::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
width: 30px;
|
width: 30px;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta__line {
|
.app-body .detailed-status__meta__line {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta::before {
|
.app-body .detailed-status__meta::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
width: 30px;
|
width: 30px;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta__line {
|
.app-body .detailed-status__meta__line {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
|
|
@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta::before {
|
.app-body .detailed-status__meta::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
width: 30px;
|
width: 30px;
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
background: linear-gradient(90deg, transparent, var(--color-post-bg));
|
||||||
}
|
}
|
||||||
.app-body .detailed-status__meta__line {
|
.app-body .detailed-status__meta__line {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue