|
143 | 143 |
|
144 | 144 | html[uc-extension-id="@testpilot-containers"],
|
145 | 145 | :root[uc-extension-id="@testpilot-containers"] body {
|
146 |
| - min-block-size: 0 !important; |
| 146 | + min-block-size: 200px !important; |
147 | 147 | }
|
148 | 148 |
|
149 | 149 | :root[uc-extension-id="@testpilot-containers"] body {
|
|
759 | 759 | padding: calc(var(--menupopup-inner-padding-magnitude) * 2) !important;
|
760 | 760 | padding-top: var(--menupopup-inner-padding-magnitude) !important;
|
761 | 761 | background: none !important;
|
| 762 | + color: inherit !important; |
762 | 763 | border: none !important;
|
| 764 | + box-shadow: none !important; |
763 | 765 | block-size: revert !important;
|
764 | 766 | column-gap: 4px;
|
765 | 767 | }
|
|
930 | 932 | min-height: var(--subviewbutton-height) !important;
|
931 | 933 | background-color: var(--uc-arrowpanel-dimmed) !important;
|
932 | 934 | transition: none !important;
|
933 |
| - block-size: var(--subviewbutton-height) !important; |
934 |
| - min-block-size: revert !important; |
| 935 | + block-size: revert !important; |
| 936 | + min-block-size: var(--subviewbutton-height) !important; |
935 | 937 | box-shadow: none !important;
|
936 | 938 | border: 1px solid transparent !important;
|
937 | 939 | margin-block: var(--menupopup-inner-padding-magnitude) !important;
|
938 | 940 | margin-inline: calc(var(--menupopup-inner-padding-magnitude) * 2) !important;
|
939 | 941 | line-height: normal !important;
|
940 | 942 | text-align: initial !important;
|
941 | 943 | padding-inline-start: 30px !important;
|
| 944 | + padding-block: 5px !important; |
942 | 945 | background-image: url(chrome://userchrome/content/settings.svg), var(--iconArrowRight) !important;
|
943 | 946 | -moz-context-properties: fill, fill-opacity;
|
944 | 947 | fill: currentColor !important;
|
945 | 948 | background-position: 6px center, calc(100% - 10px) center !important;
|
946 | 949 | background-size: 16px 16px, 9px !important;
|
947 | 950 | }
|
948 | 951 |
|
| 952 | + :root[uc-extension-id="@testpilot-containers"] .advanced-proxy-settings-btn #advanced-proxy-address { |
| 953 | + color: var(--uc-panel-description-color) !important; |
| 954 | + } |
| 955 | + |
949 | 956 | :root[uc-extension-id="@testpilot-containers"] .collapsible-content > .flx-row.flx-space-between {
|
950 | 957 | inline-size: calc(100% - ((var(--menupopup-inner-padding-magnitude) * 2) * 2)) !important;
|
951 | 958 | padding-block-start: 8px !important;
|
|
956 | 963 | }
|
957 | 964 |
|
958 | 965 | :root[uc-extension-id="@testpilot-containers"] .advanced-proxy-panel-content {
|
959 |
| - padding-block: calc(var(--menupopup-inner-padding-magnitude) + 4px) !important; |
| 966 | + padding-block: calc(var(--menupopup-inner-padding-magnitude)) !important; |
960 | 967 | padding-inline: calc(var(--menupopup-inner-padding-magnitude) + 6px) !important;
|
961 | 968 | margin-block-start: 48.5px !important;
|
962 | 969 | }
|
|
0 commit comments