refactor: Improve sidebar panel button scaling

This commit is contained in:
Mauro Balades
2024-07-25 22:46:38 +02:00
parent 3ce4bb8ecf
commit f1039324cf

View File

@@ -739,7 +739,7 @@ panelmultiview {
&:active, &:active,
.zen-sidebar-panel-button:active { .zen-sidebar-panel-button:active {
transform: scale(0.99) !important; transform: scale(0.96) !important;
} }
} }