mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
Custom font sizes and better zoom
This commit is contained in:
@@ -130,7 +130,7 @@ export default function Workspace() {
|
||||
'grid w-full h-full',
|
||||
// Animate sidebar width changes but only when not resizing
|
||||
// because it's too slow to animate on mouse move
|
||||
!isResizing && 'transition-all',
|
||||
!isResizing && 'transition-grid',
|
||||
)}
|
||||
>
|
||||
{floating ? (
|
||||
|
||||
Reference in New Issue
Block a user