Skip to content

Commit

Permalink
Merge pull request #14 from mmuffins/dev
Browse files Browse the repository at this point in the history
- Compatibility with skin changes introduced in 2607
- Updated available font sizes
  • Loading branch information
mmuffins authored Feb 26, 2022
2 parents 820dfed + 34adbc8 commit caf51ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"options": {
"12": "Compact",
"13": "Normal",
"14": "Cozy",
"15": "Large",
"17": "Very large"
"17": "Huge"
}
},
{
Expand Down
8 changes: 8 additions & 0 deletions skin/skin_tabs_add.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@

.switcher .tabsHeader[data-selected] {
border: 1px solid @highlightColor;
}

.tabs[data-mainTabs] .tabsHeaders {
.flex;
}

.windowheader {
align-items: normal !important;
}

0 comments on commit caf51ba

Please sign in to comment.