We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c065e2 commit b3347beCopy full SHA for b3347be
1 file changed
src/assets/stylesheets/OfflineIndicator.scss
@@ -40,13 +40,13 @@
40
&::before {
41
content: "";
42
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;
+ inset-block-start: -8px;
+ inset-inline-end: 20px;
+ inline-size: 0;
+ block-size: 0;
+ border-inline-start: 8px solid transparent;
+ border-inline-end: 8px solid transparent;
+ border-block-end: 8px solid #1d1d1d;
50
}
51
52
p {
0 commit comments