|
@@ -2312,10 +2312,15 @@ li[ng-click="vm.switchUnit(unit, vm.UoMSystem.IMPERIAL)"]{
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
-.indoorViewer.mobile .poi-btn-toolbar[role="toolbar"] button[ng-click="vm.routeToEntity(vm.model)"]{
|
|
|
+.indoorViewer.mobile .poi-btn-toolbar[role="toolbar"] button[ng-click="vm.routeToEntity(vm.model)"],button[ng-click="vm.startRouteMenu()"]{
|
|
|
display: none;
|
|
|
}
|
|
|
-
|
|
|
+.indoorViewer.mobile .tool-container p.description{
|
|
|
+ font-size: 12px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ white-space: nowrap;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/* mobile-small */
|
|
@@ -2438,6 +2443,12 @@ li[ng-click="vm.switchUnit(unit, vm.UoMSystem.IMPERIAL)"]{
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
-.indoorViewer.mobile-small .poi-btn-toolbar[role="toolbar"] button[ng-click="vm.routeToEntity(vm.model)"]{
|
|
|
+.indoorViewer.mobile-small .poi-btn-toolbar[role="toolbar"] button[ng-click="vm.routeToEntity(vm.model)"],button[ng-click="vm.startRouteMenu()"]{
|
|
|
display: none;
|
|
|
+}
|
|
|
+.indoorViewer.mobile-small .tool-container p.description{
|
|
|
+ font-size: 12px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ white-space: nowrap;
|
|
|
}
|