@@ -650,11 +650,16 @@ sidecar .sidecar-header .header-main-content {
650650 flex : 1 ;
651651 display : flex;
652652 flex-direction : column;
653+
654+ /* this is needed, as we rotate the "sidecar-header-icon", which confuses chrome in terms of width occupancy;
655+ see sidecar .sidecar-header-icon-wrapper; the 4em parts must match! */
656+ width : calc (100% - 4em );
653657}
654658sidecar .header-right-bits {
659+ white-space : nowrap;
655660 flex-direction : column;
656661 justify-content : center;
657- margin : 1 em 1em 1 ex 1 em
662+ margin : 0 1em ;
658663}
659664.sidecar-header .kind {
660665 font-variant : small-caps;
@@ -684,7 +689,6 @@ sidecar .sidecar-header-text {
684689 display : flex;
685690 flex-direction : column;
686691 justify-content : center;
687- padding-bottom : 0.5ex ;
688692}
689693sidecar .sidecar-header-icon {
690694 font-size : 2em ;
@@ -696,8 +700,7 @@ sidecar .sidecar-header-icon {
696700 text-transform : uppercase;
697701}
698702sidecar .sidecar-header-icon-wrapper {
699- width : 4em ;
700- margin-right : 0.25em ;
703+ width : 4em ; /* see the sidecar .sidecar-header .header-main-content calc(100% - 4em); the 4em parts must match! */
701704}
702705sidecar .header-left-bits {
703706 align-items : stretch;
@@ -715,7 +718,7 @@ sidecar .sidecar-header-icon {
715718sidecar .sidecar-header-name {
716719 flex : 1 ;
717720 font-weight : 400 ;
718- font-size : 2.5625 rem ;
721+ font-size : 2.75 em ;
719722 display : flex;
720723 align-items : center;
721724 margin : 1rem 0 0 ;
@@ -743,7 +746,6 @@ sidecar .sidecar-header-name-content .entity-name {
743746 overflow : hidden;
744747 text-overflow : ellipsis;
745748 white-space : nowrap;
746- font-weight : bold;
747749}
748750sidecar .sidecar-header-name-content > span {
749751 display : block;
@@ -762,7 +764,7 @@ sidecar .sidecar-header-name .package-prefix {
762764sidecar .entity-is-activations .sidecar-header-name .activation-id {
763765 font-family : var (--font-monospace );
764766 font-size : 75% ;
765- opacity : 0.6 ;
767+ color : var ( --color-text-02 ) ;
766768 font-size : 1rem ;
767769 overflow : hidden;
768770 text-overflow : ellipsis;
@@ -780,8 +782,8 @@ sidecar.entity-is-activations .sidecar-header-name .sidecar-header-name-content
780782}
781783sidecar .sidecar-header-secondary-content {
782784 font-size : 0.875rem ;
783- opacity : 0.75 ;
784- margin : 0 1em 1 em 0 ;
785+ color : var ( --color-text-02 ) ;
786+ margin : 0 1em 0.75 em 0 ;
785787}
786788sidecar .sidecar-header-secondary-content .kind-content {
787789 overflow : hidden;
@@ -959,6 +961,16 @@ sidecar.no-limits-data .activation-estimated-cost-container {
959961.deemphasize .deemphasize-partial {
960962 opacity : 1 ;
961963}
964+ .sans-serif {
965+ font-family : var (--font-sans-serif );
966+ }
967+ .not-too-wide {
968+ display : block; /* spans don't respond */
969+ max-width : 35em ;
970+ overflow : hidden;
971+ text-overflow : ellipsis;
972+ white-space : nowrap;
973+ }
962974.normal-size {
963975 color : var (--color-text-01 );
964976 font-size : inherit;
0 commit comments