style fixes
This commit is contained in:
parent
65de7b89e7
commit
233408569b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue