This commit is contained in:
Thibault Duplessis
2026-05-05 15:41:47 +02:00
parent c8fd37ddf2
commit 96a13f1aa2
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ in
exec = "oxlint --type-aware";
};
"lint:style" = {
exec = ''stylelint "ui/**/*.scss"'';
exec = ''stylelint "ui/**/*.scss" --fix'';
};
"format:ui" = {
exec = "oxfmt";
@@ -105,6 +105,7 @@
box-shadow: none;
}
}
.go-to-pinned {
margin: 1.5em 1em 1em 1em;
text-align: right;
+1
View File
@@ -876,6 +876,7 @@
text-align: end;
color: $c-font-dimmer;
}
&--pinned::before {
color: $c-accent;
}