File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1125,16 +1125,20 @@ button {
11251125 line-height : 16px ;
11261126}
11271127
1128- #platform-tabs > .badge {
1128+ .badge {
11291129 border-style : solid ;
11301130 border-width : 1px ;
1131- border-color : var (--color-borders );
1131+ border-color : var (--color-borders );
11321132 background-color : transparent ;
1133- border-radius : 4px ;
1133+ border-radius : 4px !important ;
11341134 text-align : center ;
11351135 cursor : unset ;
11361136 padding : 8px 12px ;
11371137 color : var (--color-text );
1138+ font-size : 13px ;
1139+ box-sizing : border-box ;
1140+ line-height : 16px ;
1141+ height : 36px ;
11381142}
11391143
11401144#platform-tabs > .active {
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ if (path.length >= 3 && path[2] == 'new-expensify') {
2626 showNewExpensifyBadge = true ;
2727}
2828
29- console . log ( newExpensifyContent , expensifyClassicContent ) ;
30-
3129if ( newExpensifyContent || showNewExpensifyBadge ) {
3230 const tab = document . createElement ( 'div' ) ;
3331 tab . innerHTML = 'New Expensify' ;
You can’t perform that action at this time.
0 commit comments