non floating tabs: Remove opacity changes from titlebar - fixes #335

pull/340/head
MrOtherGuy 9 months ago
parent df4462f5d9
commit a2b52b6da0

@ -131,3 +131,8 @@ See the above repository for updates as well as full license text. */
order: 2;
margin-inline: 10px !important;
}
#titlebar{
will-change: unset !important;
transition: none !important;
opacity: 1 !important;
}
Loading…
Cancel
Save