bar: workspaces: smoother transition

This commit is contained in:
end-4
2024-08-09 11:16:07 +07:00
parent d453a85185
commit 4dd37ed9ac
2 changed files with 57 additions and 18 deletions
+7
View File
@@ -97,7 +97,14 @@ $bar_ws_width_focus_active: 2.045rem;
min-width: 18.341rem;
}
.bar-ws-container {
transition: 700ms cubic-bezier(0.1, 1, 0, 1);
}
.bar-ws {
font-size: 1.02rem;
font-weight: 600;
min-width: $bar_ws_width;
color: $workspaceOnLayer1Inactive;
}