style fixes

This commit is contained in:
Freeplay 2023-02-25 12:36:57 -05:00
parent 65de7b89e7
commit 233408569b
1 changed files with 4 additions and 7 deletions

View File

@ -335,7 +335,6 @@ onUnmounted(() => {
.lxwezrsl { .lxwezrsl {
position: relative; position: relative;
transition: box-shadow 0.1s ease; transition: box-shadow 0.1s ease;
overflow: hidden;
contain: content; contain: content;
&:focus-visible { &:focus-visible {
@ -582,9 +581,7 @@ onUnmounted(() => {
> .reply { > .reply {
border-top: solid 0.5px var(--divider); border-top: solid 0.5px var(--divider);
cursor: pointer; cursor: pointer;
&:not(:last-child) {
padding-bottom: 4px; padding-bottom: 4px;
}
@media (pointer: coarse) { @media (pointer: coarse) {
cursor: default; cursor: default;
} }
@ -608,10 +605,10 @@ onUnmounted(() => {
&::before { &::before {
inset: 0px 8px; inset: 0px 8px;
} }
} &:first-of-type::before {
&.reply-to-more:first-of-type::before {
top: 12px; top: 12px;
} }
}
// &::after { // &::after {
// content: ""; // content: "";
// position: absolute; // position: absolute;