Skip to content

Commit d4574f6

Browse files
committed
Relocate compact mode callout
1 parent 44d9b9f commit d4574f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/developers/modules/marker.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ public void resetMarkersExample(Player viewer) {
268268

269269
`.style(MarkerStyle)` overrides the marker's appearance and text. Leave unset (or `null`) to defer entirely to the player's own Markers mod settings.
270270

271+
<Callout type="info">
272+
When `compactMode` is enabled the marker uses a compact single-row layout, and
273+
`ownerDisplay`, `descriptionDisplay` and `ownerSuffix` are ignored.
274+
</Callout>
275+
271276
```java
272277
.style(MarkerStyle.builder()
273278
.scale(1.0F) // 0.5F to 2.0F
@@ -285,11 +290,6 @@ public void resetMarkersExample(Player viewer) {
285290
)
286291
```
287292

288-
<Callout type="info">
289-
When `compactMode` is enabled the marker uses a compact single-row layout, and
290-
`ownerDisplay`, `descriptionDisplay` and `ownerSuffix` are ignored.
291-
</Callout>
292-
293293
</Tab>
294294

295295
<Tab>

0 commit comments

Comments
 (0)