We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e17a4 commit a827093Copy full SHA for a827093
src/webviews/apps/home/home.css.ts
@@ -197,8 +197,8 @@ export const alertStyles = css`
197
198
export const navListStyles = css`
199
.nav-list {
200
- margin-left: -2rem;
201
- margin-right: -2rem;
+ margin-left: -1.2rem;
+ margin-right: -1.2rem;
202
display: flex;
203
flex-direction: column;
204
gap: 0.1rem;
@@ -274,7 +274,7 @@ export const navListStyles = css`
274
.nav-list__access {
275
flex: none;
276
position: relative;
277
- left: 1.5rem;
+ left: 1.2rem;
278
font-size: x-small;
279
outline: none;
280
white-space: nowrap;
0 commit comments