diff --git a/src/styles/index.css b/src/styles/index.css index 5d59db923..9e9334da1 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -72,7 +72,7 @@ input[type='number']::-webkit-inner-spin-button { :root { --w-form: 600px; --w-app: 1200px; - --w-sidebar: 12rem; + --w-sidebar: 14rem; --w-desk: calc(100vw - var(--w-sidebar)); --w-desk-fixed: calc(var(--w-app) - var(--w-sidebar)); --w-quick-edit: 22rem; @@ -212,7 +212,7 @@ input[type='number']::-webkit-inner-spin-button { background: theme('colors.gray.875'); } -/* +/* Transitions */ @@ -235,7 +235,7 @@ input[type='number']::-webkit-inner-spin-button { transition: all 150ms ease-out; } -/* +/* RTL */