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

This commit is contained in:
MrOtherGuy
2024-01-24 17:46:23 +02:00
parent df4462f5d9
commit a2b52b6da0

View File

@@ -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;
}