Use stylelint

This commit is contained in:
tusooa 2023-01-09 13:02:16 -05:00
commit 7dc2277453
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
125 changed files with 984 additions and 854 deletions

View file

@ -1,4 +1,4 @@
@import '../../_variables.scss';
@import "../../variables";
.Status {
min-width: 0;
@ -181,7 +181,7 @@
.reply-to-popover {
.reply-to:hover::before {
content: '';
content: "";
display: block;
position: absolute;
bottom: 0;
@ -197,7 +197,7 @@
&.-strikethrough {
.reply-to::after {
content: '';
content: "";
display: block;
position: absolute;
top: 50%;
@ -336,7 +336,7 @@
margin-left: 0.2em;
&::before {
content: ' ';
content: " ";
}
}
@ -374,7 +374,7 @@
align-items: center;
&::before {
content: '';
content: "";
position: absolute;
height: 100%;
width: 1px;

View file

@ -261,7 +261,7 @@
v-if="!isPreview"
:status-id="status.parent_visible && status.in_reply_to_status_id"
class="reply-to-popover"
style="min-width: 0"
style="min-width: 0;"
:class="{ '-strikethrough': !status.parent_visible }"
>
<button