File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,6 +671,7 @@ span ~ .panel-header-text {
671671}
672672
673673.container-close-tab {
674+ inline-size : 50% ;
674675 opacity : 0 ;
675676}
676677
Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ Logic.registerPanel(P_CONTAINER_INFO, {
778778 tr . innerHTML = escaped `
779779 <td></td>
780780 <td class="container-info-tab-title truncate-text" title="${ tab . url } " >${ tab . title } </td>
781- <td><img src="/img/container-close-tab.svg" width="50%" id="${ tab . id } " class="container-close-tab" /></td>` ;
781+ <td><img src="/img/container-close-tab.svg" id="${ tab . id } " class="container-close-tab" /></td>` ;
782782 tr . querySelector ( "td" ) . appendChild ( Utils . createFavIconElement ( tab . favIconUrl ) ) ;
783783
784784 document . getElementById ( "container-info-table" ) . appendChild ( fragment ) ;
You can’t perform that action at this time.
0 commit comments