Skip to content

Commit

Permalink
Merge pull request #1056 from stxm/00_UI
Browse files Browse the repository at this point in the history
feat: slightly increase sidebar with to fit some translations better
  • Loading branch information
akshayitzme authored Jan 2, 2025
2 parents 8462dc4 + a7adc57 commit 0f4659b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -212,7 +212,7 @@ input[type='number']::-webkit-inner-spin-button {
background: theme('colors.gray.875');
}

/*
/*
Transitions
*/

Expand All @@ -235,7 +235,7 @@ input[type='number']::-webkit-inner-spin-button {
transition: all 150ms ease-out;
}

/*
/*
RTL
*/

Expand Down

0 comments on commit 0f4659b

Please sign in to comment.