Skip to content

Commit f4528ff

Browse files
committed
fix: styles
1 parent 9d3f1b1 commit f4528ff

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/_sass/_main.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

docs/assets/js/platform-tabs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
3129
if (newExpensifyContent || showNewExpensifyBadge) {
3230
const tab = document.createElement('div');
3331
tab.innerHTML = 'New Expensify';

0 commit comments

Comments
 (0)