wandbuchsen editieren ungetestet
This commit is contained in:
@@ -287,8 +287,8 @@ if ($editorFloorId > 0) {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.infra-marker.outlet {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background: rgba(25, 135, 84, 0.25);
|
||||
border: 2px solid #198754;
|
||||
border-radius: 4px;
|
||||
@@ -317,7 +317,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
return;
|
||||
}
|
||||
|
||||
const outletSize = 32;
|
||||
const outletSize = 10;
|
||||
const patchPanels = <?php echo json_encode($editorPatchPanels, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); ?>;
|
||||
const outlets = <?php echo json_encode($editorOutlets, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); ?>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user