Skip to content

Commit

Permalink
non floating tabs: Remove opacity changes from titlebar - fixes #335
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOtherGuy committed Jan 24, 2024
1 parent df4462f commit a2b52b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/non_floating_sharp_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,9 @@ See the above repository for updates as well as full license text. */
.tab-context-line{
order: 2;
margin-inline: 10px !important;
}
#titlebar{
will-change: unset !important;
transition: none !important;
opacity: 1 !important;
}

0 comments on commit a2b52b6

Please sign in to comment.