Skip to content

Commit 1346650

Browse files
authored
update
1 parent 0ec73be commit 1346650

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

_sass/minimal-mistakes-plus/_navigation.scss

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
-webkit-box-align: center;
178178
-ms-flex-align: center;
179179
align-items: center;
180-
min-height: $nav-height;
180+
min-block-size: $nav-height;
181181
background: $background-color;
182182

183183
a {
@@ -297,10 +297,8 @@
297297
inset-inline-end: 10px;
298298
inline-size: 0;
299299
border-style: solid;
300-
border-block-start-width: 0;
301-
border-inline-end-width: 10px;
302-
border-block-end-width: 10px;
303-
border-inline-start-width: 0;
300+
border-inline-width: 10px;
301+
border-block-width: 0 10px;
304302
border-color: $border-color transparent;
305303
display: block;
306304
z-index: 0;
@@ -313,10 +311,8 @@
313311
inset-inline-end: 10px;
314312
inline-size: 0;
315313
border-style: solid;
316-
border-block-start-width: 0;
317-
border-inline-end-width: 10px;
318-
border-block-end-width: 10px;
319-
border-inline-start-width: 0;
314+
border-inline-width: 10px;
315+
border-block-width: 0 10px;
320316
border-color: $background-color transparent;
321317
display: block;
322318
z-index: 1;

_sass/minimal-mistakes-plus/_sidebar.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@
271271
inset-inline-start: calc(50% - 10px);
272272
inline-size: 0;
273273
border-style: solid;
274-
border-width: 0 10px 10px;
274+
border-inline-width: 10px;
275+
border-block-width: 0 10px;
275276
border-color: $border-color transparent;
276277
z-index: 0;
277278

@@ -288,7 +289,8 @@
288289
inset-inline-start: calc(50% - 10px);
289290
inline-size: 0;
290291
border-style: solid;
291-
border-width: 0 10px 10px;
292+
border-inline-width: 10px;
293+
border-block-width: 0 10px;
292294
border-color: $background-color transparent;
293295
z-index: 1;
294296

_sass/minimal-mistakes-plus/_tables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
table {
66
display: block;
77
margin-block-end: 1em;
8-
width: 100%;
8+
inline-size: 100%;
99
font-family: $global-font-family;
1010
font-size: $type-size-6;
1111
border-collapse: collapse;

0 commit comments

Comments
 (0)