Skip to content

Commit b3347be

Browse files
committed
fix: Stylelint
1 parent 5c065e2 commit b3347be

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/assets/stylesheets/OfflineIndicator.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
&::before {
4141
content: "";
4242
position: absolute;
43-
top: -8px;
44-
right: 20px;
45-
width: 0;
46-
height: 0;
47-
border-left: 8px solid transparent;
48-
border-right: 8px solid transparent;
49-
border-bottom: 8px solid #1d1d1d;
43+
inset-block-start: -8px;
44+
inset-inline-end: 20px;
45+
inline-size: 0;
46+
block-size: 0;
47+
border-inline-start: 8px solid transparent;
48+
border-inline-end: 8px solid transparent;
49+
border-block-end: 8px solid #1d1d1d;
5050
}
5151

5252
p {

0 commit comments

Comments
 (0)