1616 font-size : 0.8333rem ;
1717 height : var (--navbar-height );
1818 position : fixed;
19- top : 0 ;
19+ inset-block-start : 0 ;
2020 width : 100% ;
2121 word-wrap : break-word;
2222 z-index : 3 ;
@@ -112,10 +112,10 @@ body {
112112 background-color : var (--color-navbar-text );
113113 display : block;
114114 height : 1px ;
115- left : 50% ;
116115 margin-left : -7px ;
117116 position : absolute;
118- top : 50% ;
117+ inset-inline-start : 50% ;
118+ inset-block-start : 50% ;
119119 width : 15px ;
120120}
121121
@@ -248,8 +248,8 @@ body {
248248 border : 1px solid # e1e1e1 ;
249249 display : none;
250250 font-size : 0.875rem ;
251- top : 100% ;
252- left : 0 ;
251+ inset-block-start : 100% ;
252+ inset-inline-start : 0 ;
253253 min-width : 100% ;
254254 position : absolute;
255255 }
@@ -269,8 +269,8 @@ body {
269269 transform : rotate (-45deg );
270270 width : 0.5em ;
271271 margin-top : -0.375em ;
272- right : 1.125em ;
273- top : 50% ;
272+ inset-inline-end : 1.125em ;
273+ inset-block-start : 50% ;
274274 }
275275
276276 .navbar-menu {
@@ -292,8 +292,7 @@ body {
292292 }
293293
294294 .navbar-dropdown .is-right {
295- left : auto;
296- right : 0 ;
295+ inset-inline : auto 0 ;
297296 }
298297
299298 .navbar-dropdown a .navbar-item : hover {
@@ -327,8 +326,8 @@ body {
327326 position : absolute;
328327 width : 10px ;
329328 height : 100% ;
330- right : 20px ;
331- top : 0 ;
329+ inset-inline-end : 20px ;
330+ inset-block-start : 0 ;
332331 justify-content : center;
333332 align-items : center;
334333 color : # 000 ;
@@ -338,8 +337,8 @@ body {
338337.search .results {
339338 position : absolute;
340339 color : initial;
341- right : 20px ;
342- top : 100% ;
340+ inset-inline-end : 20px ;
341+ inset-block-start : 100% ;
343342 background : # fff ;
344343 border : 1px solid # fafafa ;
345344 border-radius : 0 ;
0 commit comments