Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

fix : patch tcr extension styling for firefox >= 132.0 #132

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integrations/tabcenter-reborn/cascade-tcr.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

position: absolute;
top: 0; bottom: 0;
z-index: 1;
z-index: 3;

min-width: 50px !important; max-width: 50px !important;

Expand All @@ -29,8 +29,8 @@

[sidebarcommand*="tabcenter"] #sidebar { height: 100%; max-height: 100%; }

#sidebar-box[sidebarcommand*="tabcenter"]:not([hidden]) ~ #appcontent { margin-left: 50px; }
#main-window[inFullscreen][inDOMFullscreen] #appcontent { margin-left: 0; }
#sidebar-box[sidebarcommand*="tabcenter"]:not([hidden]) ~ #tabbrowser-tabbox { margin-left: 50px !important; }
#main-window[inFullscreen][inDOMFullscreen] #tabbrowser-tabbox { margin-left: 0 !important; }
/* Removes gap between active tab highlight and edge of bar */
#sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] #sidebar-header, #sidebar-box[sidebarcommand="tabcenter-reborn_ariasuni-sidebar-action"] ~ #sidebar-splitter {
display: none;
Expand Down