Skip to content

Commit

Permalink
Fix windows controller
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Jun 19, 2022
1 parent 1d75272 commit 7fbbea8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser/base/content/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10052,7 +10052,7 @@ switch(floorpinterfacenum){
var Tag = document.createElement('style');
Tag.innerText =`
.tabbrowser-tab {
margin-top: 0.6em !important;
margin-top: 0.7em !important;
position: relative !important;
top: -0.34em !important;
}
Expand Down
4 changes: 4 additions & 0 deletions browser/themes/shared/theme/floorp-legacy/floorplegacy.css
Original file line number Diff line number Diff line change
Expand Up @@ -2648,4 +2648,8 @@ list-style-image: url("chrome://browser/skin/folder.png") !important;
.tab-background[selected]:-moz-lwtheme {
outline: none !important;
outline-offset: -1px !important;
}

.titlebar-buttonbox-container {
min-height: 3.5em !important;
}

0 comments on commit 7fbbea8

Please sign in to comment.