Skip to content

Commit 3444b9d

Browse files
committed
move Unique badge
Signed-off-by: Jos Verlinde <[email protected]>
1 parent b87f83c commit 3444b9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/board_compare/frontend/board-explorer-mpy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@
372372
border-radius: 12px;
373373
font-size: 11px;
374374
font-weight: 600;
375+
margin-left: auto;
375376
margin-right: 8px;
376377
pointer-events: none; /* Allow clicks to bubble to parent */
377378
}
@@ -1099,8 +1100,8 @@ <h3 data-common-header></h3>
10991100
<div class="module-header" data-module-header-class data-module-click data-module-target data-module-data>
11001101
<span class="module-icon"><i class="fas fa-cube"></i></span>
11011102
<span class="module-name" data-module-name></span>
1102-
<span class="module-badge" data-module-badge style="display: none;">[UNIQUE]</span>
11031103
<span class="module-details" data-module-details></span>
1104+
<span class="module-badge" data-module-badge style="display: none;">[UNIQUE]</span>
11041105
</div>
11051106
<div class="module-children hidden" data-module-id data-module-children></div>
11061107
</div>

0 commit comments

Comments
 (0)