three-cad-viewer 3.4.2 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -219,7 +219,15 @@ th {
219
219
  }
220
220
 
221
221
  .tcv_cad_toolbar {
222
+ display: flex;
222
223
  background: var(--tcv-bg-overlay-color);
224
+ position: relative;
225
+ overflow-x: clip;
226
+ overflow-y: visible;
227
+ }
228
+
229
+ .tcv_cad_toolbar > *:last-child {
230
+ margin-left: auto;
223
231
  }
224
232
 
225
233
  .tcv_cad_inset {
@@ -363,14 +371,18 @@ th {
363
371
  }
364
372
 
365
373
  .tcv_separator {
366
- width: 14px;
367
374
  border-left: 1px solid lightgray;
368
- margin-left: 5px;
375
+ margin-left: 6px;
369
376
  padding-right: 5px;
370
- padding-bottom: 6px;
377
+ padding-bottom: 5px;
371
378
  padding-top: 3px;
372
379
  }
373
380
 
381
+ .tcv_ellipsis {
382
+ padding-left: 4px;
383
+ padding-top: 2px;
384
+ }
385
+
374
386
  .tcv_small_btn {
375
387
  width: 14px !important;
376
388
  height: 14px !important;
@@ -670,7 +682,6 @@ input[type="button"] {
670
682
  border-radius: 2px;
671
683
  margin-top: 2.5em;
672
684
  padding: 2px;
673
- margin-left: 24px;
674
685
  z-index: 200;
675
686
  }
676
687
 
@@ -852,10 +863,6 @@ input[type="button"] {
852
863
  border-bottom: 1px solid lightgray;
853
864
  }
854
865
 
855
- .tcv_measure_cell {
856
- padding: 3px 5px 31px 5px;
857
- }
858
-
859
866
  .tcv_vertex_cell {
860
867
  text-align: center;
861
868
  border-right: 1px solid lightgray;
@@ -868,7 +875,7 @@ input[type="button"] {
868
875
 
869
876
  .tcv_props_cell {
870
877
  vertical-align: middle;
871
- font-size: 14px;
878
+ font-size: 13px;
872
879
  font-family: sans-serif;
873
880
  border-bottom: 1px solid lightgray;
874
881
  }
@@ -881,37 +888,53 @@ input[type="button"] {
881
888
 
882
889
  .tcv_measure_cell {
883
890
  text-align: left;
884
- padding: 3px 5px 3px 5px;
885
- font-size: 14px;
891
+ padding: 2px 5px 2px 5px;
892
+ font-size: 13px;
893
+ }
894
+
895
+ .tcv_measure_cell_bracket {
896
+ font-size: 13px;
897
+ }
898
+
899
+ .tcv_measure_key {
900
+ white-space: nowrap;
886
901
  }
887
902
 
888
903
  .tcv_measure_val {
889
904
  text-align: right;
890
- padding: 3px 5px 3px 5px;
891
- font-size: 14px;
905
+ font-size: 13px;
906
+ }
907
+
908
+ .tcv_measure_val_center {
909
+ text-align: center;
910
+ font-size: 13px;
892
911
  }
893
912
 
894
913
  .tcv_vertex_cell {
895
914
  text-align: center;
896
915
  border-right: 1px solid lightgray;
897
916
  padding: 3px 5px 3px 5px;
898
- font-size: 14px;
917
+ font-size: 13px;
899
918
  }
900
919
 
901
- .tcv_xtitle {
920
+ .tcv_measure_cell_top_border {
921
+ border-top: lightgray solid 1px;
922
+ }
923
+
924
+ .tcv_x_measure_val {
902
925
  color: var(--tcv-x-color);
903
926
  }
904
927
 
905
- .tcv_ytitle {
928
+ .tcv_y_measure_val {
906
929
  color: var(--tcv-y-color);
907
930
  }
908
931
 
909
- .tcv_ztitle {
932
+ .tcv_z_measure_val {
910
933
  color: var(--tcv-z-color);
911
934
  }
912
935
 
913
936
  .tcv_angle {
914
- font-size: 14px;
937
+ font-size: 13px;
915
938
  font-family: sans-serif;
916
939
  }
917
940