Skip to content

Commit

Permalink
[FB] Split View | Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Sep 23, 2023
1 parent 69fec1f commit 66e09b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions floorp/browser/base/content/browser-floorp.css
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,3 @@ toolbar #workspace-button:not([disabled="true"], [checked], [open], :active):hov
#select-floorp__tst {
display: none;
}



4 changes: 4 additions & 0 deletions floorp/browser/base/content/browser-splitView.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ let gSplitView = {
.deck-selected[splitview="left"] {
order: 0 !important;
}
#tabbrowser-tabpanels {
display: flex !important;
}
`;
document.head.appendChild(elem);
}
Expand Down

0 comments on commit 66e09b7

Please sign in to comment.